Fix imapd-ssl and pop3d-ssl example files to point to gentoo actual paths.

This commit is contained in:
avengerx
2012-07-01 20:39:14 -03:00
parent 80c4fdeb79
commit 07e879a9f8
2 changed files with 4 additions and 4 deletions

View File

@@ -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/<SERVERNAME>.pem
TLS_CERTFILE=/etc/ssl/postfix/server.pem
##NAME: TLS_TRUSTCERTS:0
#
@@ -159,7 +159,7 @@ TLS_CERTFILE=/etc/ssl/server/<SERVERNAME>.pem
# to PEER or REQUIREPEER).
#
#
# TLS_TRUSTCERTS=
TLS_TRUSTCERTS=/etc/ssl/certs
##NAME: TLS_VERIFYPEER:0
#

View File

@@ -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/<SERVERNAME>.pem
TLS_CERTFILE=/etc/ssl/postfix/server.pem
##NAME: TLS_TRUSTCERTS:0
#
@@ -147,7 +147,7 @@ TLS_CERTFILE=/etc/ssl/server/<SERVERNAME>.pem
# to PEER or REQUIREPEER).
#
#
# TLS_TRUSTCERTS=
TLS_TRUSTCERTS=/etc/ssl/certs
##NAME: TLS_VERIFYPEER:0
#