diff options
-rwxr-xr-x | postfix/anti-uce.sh | 1 |
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' |