diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-06-29 02:53:48 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-06-29 02:53:53 +0200 |
commit | b9ce2abd957b781a423c8336539621d6f0eacb3b (patch) | |
tree | 9f32724c3457a8e3fb48108d52666edbdb02679f /roles | |
parent | c50364d5852de7446462d0b986d72dc2786df6eb (diff) |
Postfix MSA: don't allow unauthenticated clients from $mynetworks.
Diffstat (limited to 'roles')
-rw-r--r-- | roles/MSA/templates/etc/postfix/main.cf.j2 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/MSA/templates/etc/postfix/main.cf.j2 b/roles/MSA/templates/etc/postfix/main.cf.j2 index 54be606..b517d5d 100644 --- a/roles/MSA/templates/etc/postfix/main.cf.j2 +++ b/roles/MSA/templates/etc/postfix/main.cf.j2 @@ -125,7 +125,6 @@ smtpd_relay_restrictions = reject_non_fqdn_recipient reject_unknown_recipient_domain reject_unverified_recipient - permit_mynetworks permit_sasl_authenticated reject |