diff options
-rwxr-xr-x | postfix/postfix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postfix/postfix.sh b/postfix/postfix.sh index b2421b6..21a0555 100755 --- a/postfix/postfix.sh +++ b/postfix/postfix.sh @@ -399,7 +399,7 @@ EOF cat >> $tempdir/master.cf << EOF dkimsign unix - - n - $dkimproxy_maxproc_out smtp -o smtp_send_xforward_command=yes - -o smtp_discard_ehlo_keywords=8bitmime + -o smtp_discard_ehlo_keywords=8bitmime,starttls EOF cat $tempdir/master.cf | egrep -q "^127\.0\.0\.1:10029$sp" || \ cat >> $tempdir/master.cf << EOF |