From e1db47b7ac0c4696b23f4530b64b48a741bacff8 Mon Sep 17 00:00:00 2001 From: anton-reutov Date: Thu, 19 Feb 2015 18:46:17 +0300 Subject: [PATCH] Update dovecot.conf --- install/ubuntu/dovecot.conf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/install/ubuntu/dovecot.conf b/install/ubuntu/dovecot.conf index 0a855351..005e97aa 100644 --- a/install/ubuntu/dovecot.conf +++ b/install/ubuntu/dovecot.conf @@ -2,3 +2,27 @@ protocols = imap pop3 listen = *, :: base_dir = /var/run/dovecot/ !include conf.d/*.conf + + namespace { + type = private + separator = / + prefix = + inbox = yes + + mailbox Sent { + auto = subscribe + special_use = \Sent + } + mailbox Drafts { + auto = subscribe + special_use = \Drafts + } + mailbox Trash { + auto = subscribe + special_use = \Trash + } + mailbox Junk { + auto = subscribe + special_use = \Junk + } + }