exmaple_configs: fix account provisioner in dovecot config

Updated ACCOUNT_PROVISIONER variable in environment directive. Change from ACCOUNT_PROVISIONER=LDAP to ACCOUNT_PROVISIONER=FILE.
This commit is contained in:
cogdavid
2025-04-23 14:33:58 +01:00
committed by GitHub
parent bd29c7282d
commit 4018a6933c
+1 -1
View File
@@ -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