summaryrefslogtreecommitdiff
path: root/postfix
diff options
context:
space:
mode:
Diffstat (limited to 'postfix')
-rwxr-xr-xpostfix/postfix.sh1
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