From 8314a4e1c3f06c5f5052bd19ce12e8e524f1e351 Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Sat, 10 Aug 2019 18:46:06 +0200 Subject: [PATCH] Create 15-mailboxes.conf --- .../10/dovecot/conf.d/15-mailboxes.conf | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 install/debian/10/dovecot/conf.d/15-mailboxes.conf diff --git a/install/debian/10/dovecot/conf.d/15-mailboxes.conf b/install/debian/10/dovecot/conf.d/15-mailboxes.conf new file mode 100644 index 00000000..7b2bab97 --- /dev/null +++ b/install/debian/10/dovecot/conf.d/15-mailboxes.conf @@ -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 + } +}