mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
Create 15-mailboxes.conf
This commit is contained in:
parent
8369e7084b
commit
8314a4e1c3
1 changed files with 29 additions and 0 deletions
29
install/debian/10/dovecot/conf.d/15-mailboxes.conf
Normal file
29
install/debian/10/dovecot/conf.d/15-mailboxes.conf
Normal file
|
@ -0,0 +1,29 @@
|
|||
## Mailbox definitions
|
||||
##
|
||||
|
||||
|
||||
# NOTE: Assumes "namespace inbox" has been defined in 10-mail.conf.
|
||||
namespace inbox {
|
||||
mailbox Drafts {
|
||||
special_use = \Drafts
|
||||
auto = subscribe
|
||||
}
|
||||
|
||||
mailbox Junk {
|
||||
special_use = \Junk
|
||||
auto = subscribe
|
||||
}
|
||||
|
||||
mailbox Trash {
|
||||
special_use = \Trash
|
||||
auto = subscribe
|
||||
}
|
||||
|
||||
mailbox Sent {
|
||||
special_use = \Sent
|
||||
auto = subscribe
|
||||
}
|
||||
mailbox "Sent Messages" {
|
||||
special_use = \Sent
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue