From a38e6bc916a738e0f1a2a375291e7801b3f5824c Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 18 Jul 2007 15:56:25 +0000 Subject: Add TLS CApath for smtp, smtpd and lmtp. --- postfix/postfix.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'postfix') diff --git a/postfix/postfix.sh b/postfix/postfix.sh index 6c9ad5b..3ee1a6c 100755 --- a/postfix/postfix.sh +++ b/postfix/postfix.sh @@ -3,7 +3,7 @@ # /etc/local-COMMON/postfix/postfix.sh # Copyright 2002-2007 Jonas Smedegaard # -# $Id: postfix.sh,v 1.50 2007-07-12 19:37:41 jonas Exp $ +# $Id: postfix.sh,v 1.51 2007-07-18 15:56:25 jonas Exp $ # # Auto-tweak plain installed postfix Debian package # @@ -158,6 +158,9 @@ if [ -n "$sasl2" ] && [ -f /etc/ssl/certs/postfix.pem ]; then fi $postconf -e 'smtpd_tls_loglevel = 1' $postconf -e 'smtpd_use_tls = yes' + $postconf -e 'smtp_tls_CApath = /etc/ssl/certs' + $postconf -e 'smtpd_tls_CApath = /etc/ssl/certs' + $postconf -e 'lmtp_tls_CApath = /etc/ssl/certs' $postconf -e 'smtpd_tls_key_file = /etc/ssl/private/postfix.pem' $postconf -e 'smtpd_tls_session_cache_database = btree:/var/spool/postfix/smtpd_scache' $postconf -e 'smtpd_tls_session_cache_timeout = 3600s' -- cgit v1.2.3