1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-04 15:54:48 +01:00

let dovecot automatically create mailbox folders rather than doing it manually in the management daemon, fixes #554

This commit is contained in:
Joshua Tauberer
2015-10-18 11:55:27 +00:00
parent 5e7b7835b7
commit 274e5ca676
3 changed files with 58 additions and 19 deletions

View File

@@ -56,6 +56,9 @@ tools/editconf.py /etc/dovecot/conf.d/10-mail.conf \
mail_privileged_group=mail \
first_valid_uid=0
# Create, subscribe, and mark as special folders: INBOX, Drafts, Sent, Trash, and Spam.
cp conf/dovecot-mailboxes.conf /etc/dovecot/conf.d/15-mailboxes.conf
# ### IMAP/POP
# Require that passwords are sent over SSL only, and allow the usual IMAP authentication mechanisms.