mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-10 11:00:22 +00:00
email: Support UID number lookup in Dovecot
This commit is contained in:
parent
91c907f657
commit
0acbe5dd6b
@ -12,6 +12,15 @@ passdb {
|
||||
result_success = return-ok
|
||||
}
|
||||
|
||||
userdb {
|
||||
# UID number lookup (10001@example.com)
|
||||
driver = ldap
|
||||
args = /etc/dovecot/freedombox-ldap-userdb-aliases.conf.ext
|
||||
result_failure = continue
|
||||
result_internalfail = return-fail
|
||||
result_success = return-ok
|
||||
}
|
||||
|
||||
userdb {
|
||||
driver = ldap
|
||||
args = /etc/dovecot/freedombox-ldap-userdb.conf.ext
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user