mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-08 16:34:49 +02:00
* Add ldap support for postfix and dovecot * Add SASLAUTHD * Update README.md * Add necessary packages to dockerfile * Add config files for ldap * Add tests for ldap auth
8 lines
269 B
CFEngine3
8 lines
269 B
CFEngine3
bind = yes
|
|
bind_dn = cn=admin,dc=domain,dc=com
|
|
bind_pw = admin
|
|
query_filter = (&(mail=%s)(mailEnabled=TRUE))
|
|
result_attribute = mail
|
|
search_base = ou=people,dc=domain,dc=com
|
|
server_host = mail.domain.com
|
|
version = 3
|