From dc622a76fe8e390aef6766069decbf9fbdae6f2f Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 15 May 2012 17:43:15 +0200 Subject: Stop setting obsolete (or never sensible?) tls_daemon_random_source. --- postfix/postfix.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'postfix') 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 -- cgit v1.2.3