Skip to content

Commit 15cec22

Browse files
author
Kristan Kenney
committed
Update Dovecot mailbox configuration
1 parent 6691a0a commit 15cec22

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

install/deb/dovecot/dovecot.conf

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ listen = *, ::
33
base_dir = /var/run/dovecot/
44
login_greeting = Mail Delivery Agent
55
!include conf.d/*.conf
6+
!include_try conf.d/domains/*.conf
67

78
namespace {
89
type = private
@@ -30,14 +31,14 @@ namespace {
3031
special_use = \Trash
3132
}
3233

33-
mailbox Junk {
34+
mailbox Spam {
3435
auto = subscribe
3536
special_use = \Junk
3637
}
3738

38-
mailbox Spam {
39-
auto = no
39+
mailbox Junk {
4040
special_use = \Junk
41+
auto = no
4142
}
4243

4344
mailbox Sent {
@@ -46,12 +47,12 @@ namespace {
4647
}
4748

4849
mailbox "Sent Mail" {
49-
auto = no
5050
special_use = \Sent
51+
auto = no
5152
}
5253

5354
mailbox "Sent Messages" {
54-
auto = no
5555
special_use = \Sent
56+
auto = no
5657
}
5758
}

0 commit comments

Comments
 (0)