mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
d270fcdd40
* Allow setup of LDAP STARTTLS for Dovecot and Postfix * Added tests for TLS config override * Add missing Postfix TLS options * Added missing new line at the end of the file * Added STARTTLS tests for Postfix config
12 lines
578 B
Plaintext
12 lines
578 B
Plaintext
base = ou=people,dc=domain,dc=com
|
|
default_pass_scheme = SSHA
|
|
dn = cn=admin,dc=domain,dc=com
|
|
dnpass = admin
|
|
hosts = mail.domain.com
|
|
tls = no
|
|
ldap_version = 3
|
|
pass_attrs = uniqueIdentifier=user,userPassword=password
|
|
pass_filter = (&(objectClass=PostfixBookMailAccount)(uniqueIdentifier=%n))
|
|
user_attrs = mailHomeDirectory=home,mailUidNumber=uid,mailGidNumber=gid,mailStorageDirectory=mail
|
|
user_filter = (&(objectClass=PostfixBookMailAccount)(uniqueIdentifier=%n))
|