Add basic LDAP config for recipients and senders
This commit is contained in:
parent
660b1900c8
commit
782a07a450
5 changed files with 46 additions and 12 deletions
|
|
@ -15,5 +15,9 @@ postfix:
|
|||
virtual_mailbox_domains: []
|
||||
mynetworks: []
|
||||
mydestination: []
|
||||
ldap:
|
||||
enable: false
|
||||
server_host: ldap.example.com
|
||||
search_base: "dc=example,dc=com"
|
||||
|
||||
postfixmaps: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue