Merge pull request #322 from anton-reutov/patch-12

Update dovecot.conf
This commit is contained in:
Serghey Rodin 2015-02-19 17:56:53 +02:00
commit 0662da9975

View file

@ -2,3 +2,27 @@ 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
}
mailbox Junk {
auto = subscribe
special_use = \Junk
}
}