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 96968af + e1db47b commit 6e7d926Copy full SHA for 6e7d926
install/ubuntu/dovecot.conf
@@ -2,3 +2,27 @@ 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
+ mailbox Junk {
25
26
+ special_use = \Junk
27
28
0 commit comments