Skip to content

Commit 9b556ab

Browse files
author
root
committed
adds special use and xlist
1 parent d6017cb commit 9b556ab

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

install/tpl/debian_dovecot2.conf.master

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,19 @@ protocol lmtp {
6565
mail_plugins = quota sieve
6666
}
6767
mail_plugins = $mail_plugins quota
68+
imap_capability=+SEPCIAL-USE XLIST
69+
namespace inbox {
70+
inbox = yes
71+
mailbox Drafts {
72+
special_use = \Drafts
73+
}
74+
mailbox Junk {
75+
special_use = \Junk
76+
}
77+
mailbox Trash {
78+
special_use = \Trash
79+
}
80+
mailbox Sent {
81+
special_use = \Sent
82+
}
83+
}

0 commit comments

Comments
 (0)