From 9902baec735d221e050c9148197a629509c29f1a Mon Sep 17 00:00:00 2001 From: vivacarvajalito Date: Thu, 23 Jul 2020 02:14:54 -0300 Subject: [PATCH] Add SASLAUTHD_LDAP_FILTER to ldap example Added as an example SASLAUTHD_LDAP_FILTER --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 553f8866..d4b67147 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,7 @@ services: - SASLAUTHD_LDAP_BIND_DN=cn=admin,dc=localhost,dc=localdomain - SASLAUTHD_LDAP_PASSWORD=admin - SASLAUTHD_LDAP_SEARCH_BASE=ou=people,dc=localhost,dc=localdomain + - SASLAUTHD_LDAP_FILTER=(&(objectClass=PostfixBookMailAccount)(uniqueIdentifier=%U)) - POSTMASTER_ADDRESS=postmaster@localhost.localdomain - POSTFIX_MESSAGE_SIZE_LIMIT=100000000 cap_add: