Compare commits

..

2 Commits

Author SHA1 Message Date
Ben Nicholson 9368dbcd20
Merge 9c9e9454c2 into 254a168e78 2024-05-04 00:00:15 +09:00
RobertL 254a168e78
example_configs: mailserver: Include protocol in server host definition
Without the protocol specified, Mailserver throws an error
2024-05-03 09:32:54 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ services:
- ENABLE_OPENDMARC=0
# >>> Postfix LDAP Integration
- ACCOUNT_PROVISIONER=LDAP
- LDAP_SERVER_HOST=lldap:3890
- LDAP_SERVER_HOST=ldap://lldap:3890
- LDAP_SEARCH_BASE=ou=people,dc=example,dc=com
- LDAP_BIND_DN=uid=admin,ou=people,dc=example,dc=com
- LDAP_BIND_PW=adminpassword