summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2017-11-12 16:26:50 +0100
committerMatthieu Saulnier <fantom@fedoraproject.org>2017-11-12 16:26:50 +0100
commit3e727b9f106ba51cc441caa30b15ce862207f9aa (patch)
tree2ac3647a104f6c261e6b2b5c079c459c05210c52
parentced523c435d74799979c23d0faa63bd46bcba97c (diff)
downloadplaybooks-ansible-3e727b9f106ba51cc441caa30b15ce862207f9aa.tar.gz
playbooks-ansible-3e727b9f106ba51cc441caa30b15ce862207f9aa.tar.xz
playbooks-ansible-3e727b9f106ba51cc441caa30b15ce862207f9aa.zip
fix relay permissions on mta servers
-rw-r--r--roles/mtaserver/templates/main.cf.j21
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/mtaserver/templates/main.cf.j2 b/roles/mtaserver/templates/main.cf.j2
index 4caa1b8..9a60e01 100644
--- a/roles/mtaserver/templates/main.cf.j2
+++ b/roles/mtaserver/templates/main.cf.j2
@@ -749,6 +749,7 @@ smtpd_sasl_tls_security_options = $smtpd_sasl_security_options
smtpd_recipient_restrictions =
permit_mynetworks,
+ permit_sasl_authenticated,
check_policy_service unix:private/policyd-spf,
reject_unknown_client,
reject_unauth_pipelining,