Skip to content

Commit 86fc853

Browse files
author
root
committed
added special-use
1 parent 948ffa5 commit 86fc853

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

install/tpl/debian6_dovecot2.conf.master

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,20 @@ protocol lmtp {
6666
postmaster_address = webmaster@localhost
6767
mail_plugins = quota sieve
6868
}
69+
imap_capability=+SEPCIAL-USE XLIST
70+
namespace inbox {
71+
inbox = yes
72+
mailbox Drafts {
73+
special_use = \Drafts
74+
}
75+
mailbox Junk {
76+
special_use = \Junk
77+
}
78+
mailbox Sent {
79+
special_use = \Sent
80+
}
81+
mailbox Trash {
82+
special_use = \Trash
83+
}
84+
}
85+

0 commit comments

Comments
 (0)