Added: mailserver.env entry

This commit is contained in:
GoliathLabs 2023-04-09 21:38:33 +02:00 committed by Felix
parent c5a48f7c14
commit 003cef9c2a
1 changed files with 8 additions and 0 deletions

View File

@ -510,6 +510,14 @@ DOVECOT_MAILBOX_FORMAT=maildir
# https://wiki.dovecot.org/AuthDatabase/LDAP/AuthBinds
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 --------------------------
# -----------------------------------------------