Add ldap auth for postfix and dovecot (#352)

* 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
This commit is contained in:
Dennis Stumm 2016-10-30 14:11:36 +01:00 committed by Thomas VIAL
parent 5298271bfd
commit 3ec1fb202d
20 changed files with 468 additions and 18 deletions

View file

@ -0,0 +1,8 @@
bind = yes
bind_dn = cn=admin,dc=my-domain,dc=com
bind_pw = admin
query_filter = (&(mail=%s)(mailEnabled=TRUE))
result_attribute = mail
search_base = ou=people,dc=my-domain,dc=com
server_host = mail.my-domain.com
version = 3