Skip to content

Commit 2339351

Browse files
committed
Merge pull request hestiacp#326 from anton-reutov/patch-16
Update dovecot.conf
2 parents 6e7d926 + b1014c9 commit 2339351

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

install/ubuntu/dovecot.conf

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,3 @@ 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-
mailbox Junk {
25-
auto = subscribe
26-
special_use = \Junk
27-
}
28-
}

0 commit comments

Comments
 (0)