Added: mailserver.env entry
This commit is contained in:
parent
c5a48f7c14
commit
003cef9c2a
|
@ -510,6 +510,14 @@ DOVECOT_MAILBOX_FORMAT=maildir
|
||||||
# https://wiki.dovecot.org/AuthDatabase/LDAP/AuthBinds
|
# https://wiki.dovecot.org/AuthDatabase/LDAP/AuthBinds
|
||||||
DOVECOT_AUTH_BIND=
|
DOVECOT_AUTH_BIND=
|
||||||
|
|
||||||
|
# empty => separator of namespaces is backend-dependent
|
||||||
|
# typical namespace separator is slash `/`
|
||||||
|
DOVECOT_NAMESPACE_SEPARATOR=
|
||||||
|
|
||||||
|
# 0 => inbox sharing is disabled
|
||||||
|
# 1 => inbox sharing is enabled
|
||||||
|
DOVECOT_ENABLE_INBOX_SHARING=0
|
||||||
|
|
||||||
# -----------------------------------------------
|
# -----------------------------------------------
|
||||||
# --- Postgrey Section --------------------------
|
# --- Postgrey Section --------------------------
|
||||||
# -----------------------------------------------
|
# -----------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue