From 07e879a9f87a549f0604cf64a1b12d102d0c09ec Mon Sep 17 00:00:00 2001 From: avengerx Date: Sun, 1 Jul 2012 20:39:14 -0300 Subject: [PATCH] Fix imapd-ssl and pop3d-ssl example files to point to gentoo actual paths. --- .../configfiles/gentoo/courier/etc_courier-imap_imapd-ssl | 4 ++-- .../configfiles/gentoo/courier/etc_courier-imap_pop3d-ssl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 #