summaryrefslogtreecommitdiffstats
path: root/roles/MSA/templates/etc/postfix/main.cf.j2
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2014-06-27 06:16:29 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 02:51:56 +0200
commit82285b59b86a05679c79060064484ec42107bfea (patch)
tree41dac3b033161ffd361c28c6ba7333554062ba1c /roles/MSA/templates/etc/postfix/main.cf.j2
parent52cbbe8ec23eba6f0fd95a20941fceef4518eb6a (diff)
Support boken SMTP clients and LOGIN SASL mechanism.
Diffstat (limited to 'roles/MSA/templates/etc/postfix/main.cf.j2')
-rw-r--r--roles/MSA/templates/etc/postfix/main.cf.j23
1 files changed, 1 insertions, 2 deletions
diff --git a/roles/MSA/templates/etc/postfix/main.cf.j2 b/roles/MSA/templates/etc/postfix/main.cf.j2
index e234d73..e363d70 100644
--- a/roles/MSA/templates/etc/postfix/main.cf.j2
+++ b/roles/MSA/templates/etc/postfix/main.cf.j2
@@ -29,7 +29,6 @@ multi_instance_enable = yes
# This server is a Mail Submission Agent
mynetworks_style = host
inet_interfaces = all
-inet_protocols = all
# No local delivery
mydestination =
@@ -86,7 +85,7 @@ smtpd_sasl_local_domain =
smtpd_sasl_exceptions_networks = $mynetworks
smtpd_sasl_security_options = noanonymous, noplaintext
smtpd_sasl_tls_security_options = noanonymous
-broken_sasl_auth_clients = no
+broken_sasl_auth_clients = yes
smtpd_sasl_type = dovecot
smtpd_sasl_path = unix:private/dovecot-auth