Update settings to not use proxy
This commit is contained in:
parent
782a07a450
commit
1ce9ef9640
3 changed files with 9 additions and 4 deletions
|
|
@ -18,6 +18,11 @@ postfix:
|
|||
ldap:
|
||||
enable: false
|
||||
server_host: ldap.example.com
|
||||
search_base: "dc=example,dc=com"
|
||||
senders:
|
||||
search_base: "ou=users,dc=example,dc=com"
|
||||
query_filter: ""
|
||||
recipients:
|
||||
search_base: "ou=users,dc=example,dc=com"
|
||||
query_filter: ""
|
||||
|
||||
postfixmaps: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue