diff options
author | Jonas Smedegaard <dr@jones.dk> | 2002-12-31 15:17:25 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2002-12-31 15:17:25 +0000 |
commit | 91816b39740b9e085e9fb44219082179634055f6 (patch) | |
tree | f0fccf7632261d8fd10b61c1257aa396a0b97a5e /postfix | |
parent | ec01b24de93ce4f1e32306fabad31e404c08e3c1 (diff) |
Really disable verbose log about TLS (not only comment out).
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' |