Add default config for LDAP
This commit is contained in:
parent
de9afb8a5f
commit
b820cc001d
1 changed files with 13 additions and 0 deletions
|
|
@ -17,5 +17,18 @@ postfix:
|
||||||
mydestination: []
|
mydestination: []
|
||||||
ldap:
|
ldap:
|
||||||
enable: false
|
enable: false
|
||||||
|
server:
|
||||||
|
host: ldaps://ldap.example.com
|
||||||
|
port: 636
|
||||||
|
tls_cacert_file: /etc/ssl/snakeoil.ca
|
||||||
|
tls_cert: /etc/ssl/private/ldap.pem
|
||||||
|
tls_key: /etc/ssl/private/ldap.key
|
||||||
|
bind_dn: ""
|
||||||
|
bind_pw: ""
|
||||||
|
search_base: ou=users,dc=example,dc=com
|
||||||
|
query_filter: ""
|
||||||
|
result_attributes:
|
||||||
|
aliases: mailForwardingAddress
|
||||||
|
mailboxes: mailMessageStore
|
||||||
|
|
||||||
postfixmaps: []
|
postfixmaps: []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue