2016-07-06 08:58:48 +00:00
|
|
|
mail_location = maildir:/var/lib/vmail/mail/%d/%n/Maildir
|
|
|
|
namespace inbox {
|
|
|
|
separator = /
|
|
|
|
inbox = yes
|
|
|
|
mailbox Junk {
|
|
|
|
auto = subscribe
|
|
|
|
special_use = \Junk
|
|
|
|
}
|
2018-02-16 11:41:41 +00:00
|
|
|
|
2016-07-06 08:58:48 +00:00
|
|
|
mailbox Trash {
|
|
|
|
auto = subscribe
|
|
|
|
special_use = \Trash
|
|
|
|
}
|
2018-02-16 11:41:41 +00:00
|
|
|
|
2016-07-06 08:58:48 +00:00
|
|
|
mailbox Sent {
|
|
|
|
auto = subscribe
|
|
|
|
special_use = \Sent
|
|
|
|
}
|
2018-02-16 11:41:41 +00:00
|
|
|
|
2016-07-06 08:58:48 +00:00
|
|
|
mailbox Drafts {
|
|
|
|
auto = subscribe
|
|
|
|
special_use = \Drafts
|
|
|
|
}
|
|
|
|
}
|
2018-02-16 11:41:41 +00:00
|
|
|
|
2024-04-26 12:55:30 +00:00
|
|
|
mail_plugin_dir = /usr/lib/dovecot
|