diff options
author | Jonas Smedegaard <dr@jones.dk> | 2002-12-31 05:29:08 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2002-12-31 05:29:08 +0000 |
commit | 1334317d4b9c324c76809f5963675390c4f123ff (patch) | |
tree | 690f0c2d0a8cf83315af3fcb844f03d64dd86dc6 | |
parent | 733e3991ac90d4e036027047ac7cc1a33770ef76 (diff) |
Disable log notifying on all TLS activity.
-rwxr-xr-x | postfix/postfix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postfix/postfix.sh b/postfix/postfix.sh index d7fab85..e863fa2 100755 --- a/postfix/postfix.sh +++ b/postfix/postfix.sh @@ -65,7 +65,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 = yes' # Useful when collecting 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' |