From ae0b7acc6043131dd1ceaaba7161fa7e2eabdc2c Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 21 Feb 2015 00:32:56 +0100 Subject: Fix accidental move of master data. --- postfix/postfix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postfix/postfix.sh b/postfix/postfix.sh index 57b2a28..aaa449d 100755 --- a/postfix/postfix.sh +++ b/postfix/postfix.sh @@ -340,7 +340,6 @@ if [ -n "$sslcert" ]; then $postconf -c "$tempdir" -e 'smtpd_sasl_auth_enable = no' # SASL is enabled explicitly with TLS transport $postconf -c "$tempdir" -e 'smtpd_sasl_security_options = noanonymous' $postconf -c "$tempdir" -e 'smtpd_sasl_local_domain = ' - -o smtpd_sasl_local_domain=\$mydomain $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' @@ -435,6 +434,7 @@ submission inet n - n - - smtpd -o syslog_name=postfix/submission -o smtpd_tls_security_level=encrypt -o smtpd_sasl_auth_enable=yes + -o smtpd_sasl_local_domain=\$mydomain EOF addoroverwritewithindents $tempdir/master.cf '^pickup\h' << EOF pickup fifo n - - 60 1 pickup -- cgit v1.2.3