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
1 changed files with 1 additions and 1 deletions

View File

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