diff --git a/templates/misc/configfiles/gentoo/courier/etc_courier-imap_imapd-ssl b/templates/misc/configfiles/gentoo/courier/etc_courier-imap_imapd-ssl index 9f48d875..bb1eaa01 100644 --- a/templates/misc/configfiles/gentoo/courier/etc_courier-imap_imapd-ssl +++ b/templates/misc/configfiles/gentoo/courier/etc_courier-imap_imapd-ssl @@ -145,7 +145,7 @@ TLS_STARTTLS_PROTOCOL=TLS1 # servers, and is optional for SSL/TLS clients. TLS_CERTFILE is usually # treated as confidential, and must not be world-readable. # -TLS_CERTFILE=/etc/ssl/server/.pem +TLS_CERTFILE=/etc/ssl/postfix/server.pem ##NAME: TLS_TRUSTCERTS:0 # @@ -159,7 +159,7 @@ TLS_CERTFILE=/etc/ssl/server/.pem # to PEER or REQUIREPEER). # # -# TLS_TRUSTCERTS= +TLS_TRUSTCERTS=/etc/ssl/certs ##NAME: TLS_VERIFYPEER:0 # diff --git a/templates/misc/configfiles/gentoo/courier/etc_courier-imap_pop3d-ssl b/templates/misc/configfiles/gentoo/courier/etc_courier-imap_pop3d-ssl index 39220bd4..3f8b8bc9 100644 --- a/templates/misc/configfiles/gentoo/courier/etc_courier-imap_pop3d-ssl +++ b/templates/misc/configfiles/gentoo/courier/etc_courier-imap_pop3d-ssl @@ -133,7 +133,7 @@ TLS_STARTTLS_PROTOCOL=TLS1 # servers, and is optional for SSL/TLS clients. TLS_CERTFILE is usually # treated as confidential, and must not be world-readable. # -TLS_CERTFILE=/etc/ssl/server/.pem +TLS_CERTFILE=/etc/ssl/postfix/server.pem ##NAME: TLS_TRUSTCERTS:0 # @@ -147,7 +147,7 @@ TLS_CERTFILE=/etc/ssl/server/.pem # to PEER or REQUIREPEER). # # -# TLS_TRUSTCERTS= +TLS_TRUSTCERTS=/etc/ssl/certs ##NAME: TLS_VERIFYPEER:0 #