From 4018a6933c811132a42549ae6a8b961c303a5e08 Mon Sep 17 00:00:00 2001 From: cogdavid <87024325+cogdavid@users.noreply.github.com> Date: Wed, 23 Apr 2025 14:33:58 +0100 Subject: [PATCH] exmaple_configs: fix account provisioner in dovecot config Updated ACCOUNT_PROVISIONER variable in environment directive. Change from ACCOUNT_PROVISIONER=LDAP to ACCOUNT_PROVISIONER=FILE. --- 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 885a891..638b239 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=LDAP + - ACCOUNT_PROVISIONER=FILE - 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