diff options
Diffstat (limited to 'postfix')
-rwxr-xr-x | postfix/postfix.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/postfix/postfix.sh b/postfix/postfix.sh index 67662d8..2ff8430 100755 --- a/postfix/postfix.sh +++ b/postfix/postfix.sh @@ -3,7 +3,7 @@ # /etc/local-COMMON/postfix/postfix.sh # Copyright 2002 Jonas Smedegaard <dr@jones.dk> # -# $Id: postfix.sh,v 1.3 2002-12-31 13:38:42 jonas Exp $ +# $Id: postfix.sh,v 1.4 2002-12-31 15:17:25 jonas Exp $ # # Auto-tweak plain installed postfix Debian package # @@ -76,7 +76,7 @@ if dpkg -L libsasl-modules-plain &> /dev/null && [ -f /etc/ssl/certs/postfix.pem postconf -e 'smtp_tls_loglevel = 1' postconf -e 'smtp_use_tls = yes' postconf -e 'smtp_tls_CApath = /etc/ssl/certs' -# postconf -e 'smtp_tls_note_starttls_offer = yes' # Useful when collecting info for smtp_tls_per_site option + postconf -e 'smtp_tls_note_starttls_offer = no' # Enable to collect info for smtp_tls_per_site option postconf -e 'smtp_tls_session_cache_database = sdbm:/etc/postfix/smtp_scache' # This makes Netscape ask for a certificate, so make sure it IS public! postconf -e 'smtpd_tls_ask_ccert = yes' |