Fix for folders creation

This commit is contained in:
Alexandros Ioannides 2016-11-23 16:39:20 +02:00 committed by GitHub
commit 6ac105b3aa

View file

@ -2,3 +2,23 @@ protocols = imap pop3
listen = *, ::
base_dir = /var/run/dovecot/
!include conf.d/*.conf
namespace {
type = private
separator = /
prefix =
inbox = yes
mailbox Sent {
auto = subscribe
special_use = \Sent
}
mailbox Drafts {
auto = subscribe
special_use = \Drafts
}
mailbox Trash {
auto = subscribe
special_use = \Trash
}
}