mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-06-25 02:01:16 +02:00
auto subscribe mail dirs
This commit is contained in:
29
install/debian/9/dovecot/conf.d/15-mailboxes.conf
Normal file
29
install/debian/9/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
|
||||
}
|
||||
}
|
||||
29
install/rhel/7/dovecot/conf.d/15-mailboxes.conf
Normal file
29
install/rhel/7/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
|
||||
}
|
||||
}
|
||||
29
install/ubuntu/18.04/dovecot/conf.d/15-mailboxes.conf
Normal file
29
install/ubuntu/18.04/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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user