Skip to content

Commit ebdb1c4

Browse files
Merge pull request hestiacp#932 from ioannidesalex/patch-10
Dovecot fix for folders creation
2 parents 96047b6 + 6ac105b commit ebdb1c4

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

install/ubuntu/16.04/dovecot/dovecot.conf

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,23 @@ protocols = imap pop3
22
listen = *, ::
33
base_dir = /var/run/dovecot/
44
!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+
auto = subscribe
18+
special_use = \Drafts
19+
}
20+
mailbox Trash {
21+
auto = subscribe
22+
special_use = \Trash
23+
}
24+
}

0 commit comments

Comments
 (0)