Updated Forward Only mailserver with LDAP authentication (markdown)

JaapD 2021-03-14 21:19:55 +01:00
parent 445f7edf55
commit c72d78850c
1 changed files with 2 additions and 0 deletions

@ -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)