mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
3ec1fb202d
* 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
9 lines
283 B
CFEngine3
9 lines
283 B
CFEngine3
bind = yes
|
|
bind_dn = cn=admin,dc=my-domain,dc=com
|
|
bind_pw = admin
|
|
query_filter = (&(mailAlias=%s)(mailEnabled=TRUE))
|
|
result_attribute = mail
|
|
search_base = ou=people,dc=my-domain,dc=com
|
|
server_host = mail.my-domain.com
|
|
version = 3
|