summaryrefslogtreecommitdiffstats
path: root/roles/MSA/templates/etc/postfix/main.cf.j2
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2017-05-14 15:02:21 +0200
committerGuilhem Moulin <guilhem@fripost.org>2017-05-14 15:02:46 +0200
commitc55ae1e2a93b1debd8df3ef944c2ddc91055c423 (patch)
treee6c0a7adf9b6634003eae668277051fc68a1e25c /roles/MSA/templates/etc/postfix/main.cf.j2
parent40eaa53a7bcfbf2f120ebff70e06a4657efcb8a7 (diff)
MSA: reject null sender address.
Diffstat (limited to 'roles/MSA/templates/etc/postfix/main.cf.j2')
-rw-r--r--roles/MSA/templates/etc/postfix/main.cf.j21
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