From 261a78c036582a57a5b6f25214f9fcbf2623f19c Mon Sep 17 00:00:00 2001 From: n00dl3 Date: Thu, 14 Jun 2018 20:02:49 +0200 Subject: [PATCH] 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` --- target/postfix/main.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/postfix/main.cf b/target/postfix/main.cf index 0e74b38c..74c26493 100644 --- a/target/postfix/main.cf +++ b/target/postfix/main.cf @@ -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