From 91816b39740b9e085e9fb44219082179634055f6 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 31 Dec 2002 15:17:25 +0000 Subject: Really disable verbose log about TLS (not only comment out). --- postfix/postfix.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'postfix') 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 # -# $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' -- cgit v1.2.3