mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-02-06 10:02:33 +00:00
fix: Dovecot LDAP config should exist
This commit is contained in:
parent
3349bba1ff
commit
4e85f799fc
@ -109,14 +109,15 @@ COPY target/rspamd/local.d/ /etc/rspamd/local.d/
|
||||
# --- OAUTH2 ------------------------------------
|
||||
# -----------------------------------------------
|
||||
|
||||
COPY target/dovecot/auth-oauth2.conf.ext /etc/dovecot/conf.d
|
||||
COPY target/dovecot/dovecot-oauth2.conf.ext /etc/dovecot
|
||||
COPY target/dovecot/auth-oauth2.conf.ext /etc/dovecot/conf.d
|
||||
|
||||
# -----------------------------------------------
|
||||
# --- LDAP & SpamAssassin's Cron ----------------
|
||||
# -----------------------------------------------
|
||||
|
||||
COPY target/dovecot/dovecot-ldap.conf.ext /etc/dovecot
|
||||
COPY target/dovecot/auth-ldap.conf.ext /etc/dovecot/conf.d
|
||||
COPY \
|
||||
target/postfix/ldap-users.cf \
|
||||
target/postfix/ldap-groups.cf \
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
passdb {
|
||||
driver = ldap
|
||||
mechanism = plain login
|
||||
mechanisms = plain login
|
||||
|
||||
# Path for LDAP configuration file, see example-config/dovecot-ldap.conf.ext
|
||||
args = /etc/dovecot/dovecot-ldap.conf.ext
|
||||
|
Loading…
x
Reference in New Issue
Block a user