From 254a168e782b3945512335f5a8963fca3eb8e532 Mon Sep 17 00:00:00 2001 From: RobertL <5730829+KEANO89@users.noreply.github.com> Date: Fri, 3 May 2024 09:32:54 +0200 Subject: [PATCH] example_configs: mailserver: Include protocol in server host definition Without the protocol specified, Mailserver throws an error --- example_configs/mailserver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_configs/mailserver.md b/example_configs/mailserver.md index cadf635..885a891 100644 --- a/example_configs/mailserver.md +++ b/example_configs/mailserver.md @@ -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