Update settings to not use proxy

This commit is contained in:
Morre 2020-07-03 14:25:56 +02:00
parent 782a07a450
commit 1ce9ef9640
No known key found for this signature in database
GPG key ID: 5D9B9B1B8F424BBC
3 changed files with 9 additions and 4 deletions

View file

@ -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: []