From 9978111bec9273a922066389472da81dd9ea7c93 Mon Sep 17 00:00:00 2001 From: cogdavid <87024325+cogdavid@users.noreply.github.com> Date: Sat, 26 Apr 2025 22:03:16 +0100 Subject: [PATCH] example_configs: fix dovecot example ACCOUNT_PROVISIONER=LDAP is supported and indeed necessary for ldap integration - however quotas must be explicitly disabled with ENABLE_QUOTAS=0 --- example_configs/mailserver.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example_configs/mailserver.md b/example_configs/mailserver.md index 638b239..5ae2a1c 100644 --- a/example_configs/mailserver.md +++ b/example_configs/mailserver.md @@ -53,7 +53,7 @@ services: - ENABLE_OPENDKIM=0 - ENABLE_OPENDMARC=0 # >>> Postfix LDAP Integration - - ACCOUNT_PROVISIONER=FILE + - ACCOUNT_PROVISIONER=LDAP - 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 @@ -64,6 +64,7 @@ services: - LDAP_QUERY_FILTER_DOMAIN=(mail=*@%s) # <<< Postfix LDAP Integration # >>> Dovecot LDAP Integration + - ENABLE_QUOTAS=0 - DOVECOT_AUTH_BIND=yes - DOVECOT_USER_FILTER=(&(objectClass=inetOrgPerson)(|(uid=%u)(mail=%u))) - DOVECOT_USER_ATTRS==uid=5000,=gid=5000,=home=/var/mail/%Ln,=mail=maildir:~/Maildir