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
10 lines
374 B
CFEngine3
10 lines
374 B
CFEngine3
bind = yes
|
|
bind_dn = cn=admin,dc=domain,dc=com
|
|
bind_pw = admin
|
|
query_filter = (&(mailGroupMember=%s)(mailEnabled=TRUE))
|
|
result_attribute = mail
|
|
search_base = ou=people,dc=domain,dc=com
|
|
server_host = mail.domain.com
|
|
start_tls = no
|
|
version = 3
|