You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-08 23:06:49 +02:00
Update env-mailserver.dist
add environment variable for DOVECOT_AUTH_BIND
This commit is contained in:
@ -270,6 +270,11 @@ DOVECOT_PASS_FILTER=
|
|||||||
# default is maildir, supported values are: sdbox, mdbox, maildir
|
# default is maildir, supported values are: sdbox, mdbox, maildir
|
||||||
DOVECOT_MAILBOX_FORMAT=maildir
|
DOVECOT_MAILBOX_FORMAT=maildir
|
||||||
|
|
||||||
|
# empty => no
|
||||||
|
# yes => Allow bind authentication for LDAP
|
||||||
|
# https://wiki.dovecot.org/AuthDatabase/LDAP/AuthBinds
|
||||||
|
DOVECOT_AUTH_BIND=
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------------------------------------------------------
|
||||||
# ---------------- Postgrey section -------------------------------------------------------------------------------------------
|
# ---------------- Postgrey section -------------------------------------------------------------------------------------------
|
||||||
# -----------------------------------------------------------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user