mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-30 14:50:02 +02:00
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:
parent
5298271bfd
commit
3ec1fb202d
20 changed files with 468 additions and 18 deletions
2
test/auth/imap-ldap-auth.txt
Normal file
2
test/auth/imap-ldap-auth.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
a1 LOGIN some.user@localhost.localdomain secret
|
||||
a2 LOGOUT
|
5
test/auth/sasl-ldap-smtp-auth.txt
Normal file
5
test/auth/sasl-ldap-smtp-auth.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
EHLO mail
|
||||
AUTH LOGIN
|
||||
c29tZS51c2VyQGxvY2FsaG9zdC5sb2NhbGRvbWFpbg==
|
||||
c2VjcmV0
|
||||
QUIT
|
Loading…
Add table
Add a link
Reference in a new issue