From 2ee280dcb3eb8642315703040f34659842ed5d6d Mon Sep 17 00:00:00 2001 From: Ben Date: Sat, 4 Jul 2020 11:50:25 -0700 Subject: [PATCH] Update dovecot-ldap.conf.ext add auth_bind = no so that it can be overridden via the env-mailserver file used by docker compose. This is related to #1526 --- target/dovecot/dovecot-ldap.conf.ext | 1 + 1 file changed, 1 insertion(+) diff --git a/target/dovecot/dovecot-ldap.conf.ext b/target/dovecot/dovecot-ldap.conf.ext index 573b52d8..064e9b22 100644 --- a/target/dovecot/dovecot-ldap.conf.ext +++ b/target/dovecot/dovecot-ldap.conf.ext @@ -9,3 +9,4 @@ pass_attrs = uniqueIdentifier=user,userPassword=password pass_filter = (&(objectClass=PostfixBookMailAccount)(uniqueIdentifier=%n)) user_attrs = mailHomeDirectory=home,mailUidNumber=uid,mailGidNumber=gid,mailStorageDirectory=mail user_filter = (&(objectClass=PostfixBookMailAccount)(uniqueIdentifier=%n)) +auth_bind = no