summaryrefslogtreecommitdiff
path: root/postfix
diff options
context:
space:
mode:
Diffstat (limited to 'postfix')
-rwxr-xr-xpostfix/postfix.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/postfix/postfix.sh b/postfix/postfix.sh
index 4d3a031..67e0797 100755
--- a/postfix/postfix.sh
+++ b/postfix/postfix.sh
@@ -344,9 +344,9 @@ amavisfeed unix - - n - $amavis_maxproc lmtp
-o smtpd_client_connection_rate_limit=0
-o receive_override_options=no_unknown_recipient_checks,no_header_body_checks,no_milters
'
+ _postconf -e receive_override_options=no_address_mappings
if [ -n "$dkimproxy" ]; then
_postconf -e 'content_filter = amavisfeed:[127.0.0.1]:10028'
- _postconf -e receive_override_options=no_address_mappings
_postconf -Me submission/inet='
submission inet n - n - - smtpd
-o syslog_name=postfix/submission
@@ -377,7 +377,6 @@ dkimsign unix - - n - $dkimproxy_maxproc_out smtp
'
else
_postconf -e 'content_filter = amavisfeed:[127.0.0.1]:10024'
- _postconf -e 'receive_override_options = no_address_mappings'
_postconf -Me submission/inet='
submission inet n - n - - smtpd
-o syslog_name=postfix/submission