setting value as `$myhostname` will make sasl look for users `user@mail.domain.tld` instead of `user@domain.tld`
This commit is contained in:
parent
e27e13c1b3
commit
261a78c036
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue