From f9e62f03c7bfb1c2371bb229fca79f4f170849ab Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Wed, 20 Sep 2017 13:25:49 +0000 Subject: [PATCH] enable sasl auth --- templates/main.cf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/main.cf.j2 b/templates/main.cf.j2 index 0512afe..01254ba 100644 --- a/templates/main.cf.j2 +++ b/templates/main.cf.j2 @@ -74,3 +74,4 @@ virtual_transport = lmtp:unix:private/dovecot-lmtp smtpd_sasl_type = dovecot smtpd_sasl_path = private/auth +smtpd_sasl_auth_enable = yes