[Dovecot] Allow to define static master user (not recommended)

This commit is contained in:
andryyy
2020-10-20 15:43:02 +02:00
parent 4817de6d27
commit 5f8e13f596
4 changed files with 32 additions and 1 deletions

View File

@@ -303,6 +303,14 @@ MAILDIR_SUB=Maildir
# SOGo session timeout in minutes
SOGO_EXPIRE_SESSION=480
# DOVECOT_MASTER_USER and DOVECOT_MASTER_PASS must both be provided. No special chars.
# Empty by default to auto-generate master user and password on start.
# User expands to DOVECOT_MASTER_USER@mailcow.local
# LEAVE EMPTY IF UNSURE
DOVECOT_MASTER_USER=
# LEAVE EMPTY IF UNSURE
DOVECOT_MASTER_PASS=
EOF
mkdir -p data/assets/ssl