diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2017-05-14 15:02:21 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2017-05-14 15:02:46 +0200 |
commit | c55ae1e2a93b1debd8df3ef944c2ddc91055c423 (patch) | |
tree | e6c0a7adf9b6634003eae668277051fc68a1e25c /roles/MSA/templates | |
parent | 40eaa53a7bcfbf2f120ebff70e06a4657efcb8a7 (diff) |
MSA: reject null sender address.
Diffstat (limited to 'roles/MSA/templates')
-rw-r--r-- | roles/MSA/templates/etc/postfix/main.cf.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/MSA/templates/etc/postfix/main.cf.j2 b/roles/MSA/templates/etc/postfix/main.cf.j2 index 3c040b0..cbd5264 100644 --- a/roles/MSA/templates/etc/postfix/main.cf.j2 +++ b/roles/MSA/templates/etc/postfix/main.cf.j2 @@ -96,6 +96,7 @@ smtpd_helo_restrictions = smtpd_sender_restrictions = reject_non_fqdn_sender reject_unknown_sender_domain + check_sender_access cdb:$config_directory/check_sender_access smtpd_relay_restrictions = reject_non_fqdn_recipient |