diff options
author | Jonas Smedegaard <dr@jones.dk> | 2012-05-15 17:43:15 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2012-05-15 17:43:15 +0200 |
commit | dc622a76fe8e390aef6766069decbf9fbdae6f2f (patch) | |
tree | 4290365568781314d1396adea8b015ac431a9fc6 /postfix | |
parent | a245823abfd8025823efbccff2bd46199e13789d (diff) |
Stop setting obsolete (or never sensible?) tls_daemon_random_source.
Diffstat (limited to 'postfix')
-rwxr-xr-x | postfix/postfix.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/postfix/postfix.sh b/postfix/postfix.sh index b79ff03..34ba2b5 100755 --- a/postfix/postfix.sh +++ b/postfix/postfix.sh @@ -306,7 +306,6 @@ if [ -n "$sslcert" ]; then $postconf -c "$tempdir" -e 'smtpd_tls_received_header = yes' $postconf -c "$tempdir" -e 'broken_sasl_auth_clients = yes' $postconf -c "$tempdir" -e 'tls_random_source = dev:/dev/urandom' - $postconf -c "$tempdir" -e 'tls_daemon_random_source = dev:/dev/urandom' # Accepting client certificates breaks SMTP AUTH on OutLook Express on Mac (Classic) $postconf -c "$tempdir" -e 'smtpd_tls_ask_ccert = no' if [ -e /etc/ssl/private/postfix.pem ]; then |