summaryrefslogtreecommitdiff
path: root/postfix/anti-uce.sh
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2002-12-30 21:55:44 +0000
committerJonas Smedegaard <dr@jones.dk>2002-12-30 21:55:44 +0000
commita65aacd146921a8bfe39703dbd16c4b2b59a2176 (patch)
tree8411f3bb50bdee3f1300319636a3c12cd58fd60a /postfix/anti-uce.sh
parent04c4e32111a136c19d4dbd1ab6178e97794be491 (diff)
Enable adding TLS hints to Received: headers.
Diffstat (limited to 'postfix/anti-uce.sh')
-rwxr-xr-xpostfix/anti-uce.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/postfix/anti-uce.sh b/postfix/anti-uce.sh
index f468b83..8f72a71 100755
--- a/postfix/anti-uce.sh
+++ b/postfix/anti-uce.sh
@@ -44,6 +44,7 @@ if dpkg -L libsasl-modules-plain &> /dev/null && [ -f /etc/ssl/certs/postfix.pem
postconf -e 'smtpd_sasl_auth_enable = no'
postconf -e 'smtpd_sasl_security_options = noanonymous'
postconf -e 'smtpd_sasl_local_domain = $myhostname'
+ postconf -e 'smtpd_tls_received_header = yes'
postconf -e 'broken_sasl_auth_clients = yes'
postconf -e 'tls_random_source = dev:/dev/urandom'
postconf -e 'tls_daemon_random_source = dev:/dev/urandom'