summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpostfix/postfix.sh2
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'