mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-22 03:34:38 +02:00
fix!: use dovecot's LDAP uris option instead of hosts (#1901)
* Use dovecot's LDAP uris option instead of hosts (fixes #1510) * Clean up variables & environment documentation for #1901 Co-authored-by: Frederic Werner <20406381+wernerfred@users.noreply.github.com> Co-authored-by: Georg Lauterbach <44545919+aendeavor@users.noreply.github.com>
This commit is contained in:
parent
8313d9753b
commit
94b5ac49c1
4 changed files with 24 additions and 15 deletions
|
@ -2,7 +2,7 @@ base = ou=people,dc=domain,dc=com
|
|||
default_pass_scheme = SSHA
|
||||
dn = cn=admin,dc=domain,dc=com
|
||||
dnpass = admin
|
||||
hosts = mail.domain.com
|
||||
uris = ldap://mail.domain.com
|
||||
tls = no
|
||||
ldap_version = 3
|
||||
pass_attrs = uniqueIdentifier=user,userPassword=password
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue