diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2014-06-27 06:16:29 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:51:56 +0200 |
commit | 82285b59b86a05679c79060064484ec42107bfea (patch) | |
tree | 41dac3b033161ffd361c28c6ba7333554062ba1c /roles/MSA/templates/etc | |
parent | 52cbbe8ec23eba6f0fd95a20941fceef4518eb6a (diff) |
Support boken SMTP clients and LOGIN SASL mechanism.
Diffstat (limited to 'roles/MSA/templates/etc')
-rw-r--r-- | roles/MSA/templates/etc/postfix/main.cf.j2 | 3 |
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 |