mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
email: Fix userdb lookups with LDAP
Without the base attribute set, LDAP search returns no results and because of the lookup failure LMTP will not be able to deliver message even though postfix has successfully received the messages. Tests: - On a fresh container, send a message to a local user using roundcube. The user should receive the message successfully. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
6b96c82283
commit
7e761c91ea
@ -3,6 +3,6 @@
|
||||
# See: https://wiki.dovecot.org/AuthDatabase/LDAP/AuthBinds
|
||||
|
||||
uris = ldapi:///
|
||||
base =
|
||||
base = dc=thisbox
|
||||
auth_bind = yes
|
||||
auth_bind_userdn = uid=%u,ou=users,dc=thisbox
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user