From c72d78850ceb12dbbe7d0d4bc8cddc5f47ae1c20 Mon Sep 17 00:00:00 2001 From: JaapD Date: Sun, 14 Mar 2021 21:19:55 +0100 Subject: [PATCH] Updated Forward Only mailserver with LDAP authentication (markdown) --- Forward-Only-mailserver-with-LDAP-authentication.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Forward-Only-mailserver-with-LDAP-authentication.md b/Forward-Only-mailserver-with-LDAP-authentication.md index 3ab795f..90c86ee 100644 --- a/Forward-Only-mailserver-with-LDAP-authentication.md +++ b/Forward-Only-mailserver-with-LDAP-authentication.md @@ -97,3 +97,5 @@ You see that besides `query_filter`, I had to customize as well `result_attribut For more details about using LDAP see: [LDAP managed mail server with Postfix and Dovecot for multiple domains](https://www.vennedey.net/resources/2-LDAP-managed-mail-server-with-Postfix-and-Dovecot-for-multiple-domains) Another solution that serves as a forward-only mailserver is this: https://gitlab.com/docker-scripts/postfix + +For me it worked only when `ENABLE_LDAP=0` was set. (Jaap D) \ No newline at end of file