We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96047b6 + 6ac105b commit ebdb1c4Copy full SHA for ebdb1c4
install/ubuntu/16.04/dovecot/dovecot.conf
@@ -2,3 +2,23 @@ protocols = imap pop3
2
listen = *, ::
3
base_dir = /var/run/dovecot/
4
!include conf.d/*.conf
5
+
6
+namespace {
7
+ type = private
8
+ separator = /
9
+ prefix =
10
+ inbox = yes
11
12
+ mailbox Sent {
13
+ auto = subscribe
14
+ special_use = \Sent
15
+ }
16
+ mailbox Drafts {
17
18
+ special_use = \Drafts
19
20
+ mailbox Trash {
21
22
+ special_use = \Trash
23
24
+}
0 commit comments