diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-10-14 21:50:15 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-10-14 21:50:15 +0200 |
commit | 195fc65a15ff9406659445a8a522ed423c5b99fc (patch) | |
tree | b17a6c17acd9784b33811b95fa405501c2d18e7b | |
parent | b1875c7eb53819da0260c2697b05c7122b557af6 (diff) |
Fix avoid dkimproxy in pickup service.
-rwxr-xr-x | postfix/postfix.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/postfix/postfix.sh b/postfix/postfix.sh index 2a5754a..5501c46 100755 --- a/postfix/postfix.sh +++ b/postfix/postfix.sh @@ -438,7 +438,6 @@ submission inet n - n - - smtpd EOF addoroverwritewithindents $tempdir/master.cf '^pickup\h' << EOF pickup fifo n - - 60 1 pickup - -o content_filter=dkimsign:127.0.0.1:10028 EOF fi fi |