exherbo-dockermail/config/dovecot/dovecot.mail

20 lines
394 B
Plaintext
Raw Normal View History

2014-11-03 15:05:19 +00:00
mail_location = maildir:/vmail/%d/%n:LAYOUT=fs
namespace inbox {
inbox = yes
# set these to autocreate or else thunderbird will complain
mailbox Trash {
auto = create
special_use = \Trash
}
mailbox Drafts {
auto = subscribe
special_use = \Drafts
}
mailbox Sent {
auto = subscribe # autocreate and autosubscribe the Sent mailbox
special_use = \Sent
}
2015-07-08 09:06:43 +00:00
}