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 ------------------------------------
|
# --- OAUTH2 ------------------------------------
|
||||||
# -----------------------------------------------
|
# -----------------------------------------------
|
||||||
|
|
||||||
COPY target/dovecot/auth-oauth2.conf.ext /etc/dovecot/conf.d
|
|
||||||
COPY target/dovecot/dovecot-oauth2.conf.ext /etc/dovecot
|
COPY target/dovecot/dovecot-oauth2.conf.ext /etc/dovecot
|
||||||
|
COPY target/dovecot/auth-oauth2.conf.ext /etc/dovecot/conf.d
|
||||||
|
|
||||||
# -----------------------------------------------
|
# -----------------------------------------------
|
||||||
# --- LDAP & SpamAssassin's Cron ----------------
|
# --- LDAP & SpamAssassin's Cron ----------------
|
||||||
# -----------------------------------------------
|
# -----------------------------------------------
|
||||||
|
|
||||||
COPY target/dovecot/dovecot-ldap.conf.ext /etc/dovecot
|
COPY target/dovecot/dovecot-ldap.conf.ext /etc/dovecot
|
||||||
|
COPY target/dovecot/auth-ldap.conf.ext /etc/dovecot/conf.d
|
||||||
COPY \
|
COPY \
|
||||||
target/postfix/ldap-users.cf \
|
target/postfix/ldap-users.cf \
|
||||||
target/postfix/ldap-groups.cf \
|
target/postfix/ldap-groups.cf \
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
passdb {
|
passdb {
|
||||||
driver = ldap
|
driver = ldap
|
||||||
mechanism = plain login
|
mechanisms = plain login
|
||||||
|
|
||||||
# Path for LDAP configuration file, see example-config/dovecot-ldap.conf.ext
|
# Path for LDAP configuration file, see example-config/dovecot-ldap.conf.ext
|
||||||
args = /etc/dovecot/dovecot-ldap.conf.ext
|
args = /etc/dovecot/dovecot-ldap.conf.ext
|
||||||
|
|
Loading…
Reference in New Issue