1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-06-16 03:40:36 +02:00

fix SASL domain (fixes #892, #970)

setting value as `$myhostname` will make sasl look for users `user@mail.domain.tld` instead of `user@domain.tld`
This commit is contained in:
n00dl3
2018-06-14 20:02:49 +02:00
committed by Johan Smits
parent e27e13c1b3
commit 261a78c036

View File

@ -72,7 +72,7 @@ smtpd_sasl_path = /var/spool/postfix/private/auth
smtpd_sasl_type = dovecot
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_local_domain = $mydomain
broken_sasl_auth_clients = yes
# Mail directory