diff options
author | Jonas Smedegaard <dr@jones.dk> | 2012-09-11 20:55:16 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2012-09-11 20:55:16 +0200 |
commit | 427ecc91182ee0da02b4d7a9265a79d25de53aac (patch) | |
tree | 51266b643a90940238ed32c0a194696c72880a62 /postfix | |
parent | dd49a0277ef4af0bf8f64d57f9820e2ebd90f641 (diff) |
Discard keyword starttls for dkimsign.
Diffstat (limited to 'postfix')
-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 |