Skip to content

Commit 68423b4

Browse files
author
root
committed
added special-use
1 parent 86fc853 commit 68423b4

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

install/tpl/fedora_dovecot2.conf.master

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,20 @@ protocol lmtp {
6262
mail_plugins = quota sieve
6363
}
6464
mail_plugins = $mail_plugins quota
65+
imap_capability=+SEPCIAL-USE XLIST
66+
namespace inbox {
67+
inbox = yes
68+
mailbox Drafts {
69+
special_use = \Drafts
70+
}
71+
mailbox Junk {
72+
special_use = \Junk
73+
}
74+
mailbox Sent {
75+
special_use = \Sent
76+
}
77+
mailbox Trash {
78+
special_use = \Trash
79+
}
80+
}
81+

install/tpl/opensuse_dovecot2.conf.master

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,20 @@ protocol lmtp {
6161
mail_plugins = quota sieve
6262
}
6363
mail_plugins = $mail_plugins quota
64+
imap_capability=+SEPCIAL-USE XLIST
65+
namespace inbox {
66+
inbox = yes
67+
mailbox Drafts {
68+
special_use = \Drafts
69+
}
70+
mailbox Junk {
71+
special_use = \Junk
72+
}
73+
mailbox Sent {
74+
special_use = \Sent
75+
}
76+
mailbox Trash {
77+
special_use = \Trash
78+
}
79+
}
80+

0 commit comments

Comments
 (0)