diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2014-07-11 04:44:51 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:52:59 +0200 |
commit | 81d341da2df03995e45bf75d7108ea707e3afbf9 (patch) | |
tree | c5017cb3cca20456d82f45a6dc0cb3563d5bfba7 /roles/MX | |
parent | 2afbf68b5f7a0960de17393540ba157ca786e7b4 (diff) |
Remove reject_unknown_sender_domain from the MX.
There are false-positive with that, for instead due to SOA records
pointing to non-existing subdomains.
Diffstat (limited to 'roles/MX')
-rw-r--r-- | roles/MX/templates/etc/postfix/main.cf.j2 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/MX/templates/etc/postfix/main.cf.j2 b/roles/MX/templates/etc/postfix/main.cf.j2 index b1d28f9..09c37d9 100644 --- a/roles/MX/templates/etc/postfix/main.cf.j2 +++ b/roles/MX/templates/etc/postfix/main.cf.j2 @@ -138,7 +138,6 @@ smtpd_helo_restrictions = smtpd_sender_restrictions = reject_non_fqdn_sender - reject_unknown_sender_domain smtpd_recipient_restrictions = # RFC requirements |