From a65aacd146921a8bfe39703dbd16c4b2b59a2176 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 30 Dec 2002 21:55:44 +0000 Subject: Enable adding TLS hints to Received: headers. --- postfix/anti-uce.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'postfix/anti-uce.sh') 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' -- cgit v1.2.3