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.
1 parent 6691a0a commit 15cec22Copy full SHA for 15cec22
install/deb/dovecot/dovecot.conf
@@ -3,6 +3,7 @@ listen = *, ::
3
base_dir = /var/run/dovecot/
4
login_greeting = Mail Delivery Agent
5
!include conf.d/*.conf
6
+!include_try conf.d/domains/*.conf
7
8
namespace {
9
type = private
@@ -30,14 +31,14 @@ namespace {
30
31
special_use = \Trash
32
}
33
- mailbox Junk {
34
+ mailbox Spam {
35
auto = subscribe
36
special_use = \Junk
37
38
- mailbox Spam {
39
- auto = no
+ mailbox Junk {
40
41
+ auto = no
42
43
44
mailbox Sent {
@@ -46,12 +47,12 @@ namespace {
46
47
48
49
mailbox "Sent Mail" {
50
special_use = \Sent
51
52
53
54
mailbox "Sent Messages" {
55
56
57
58
0 commit comments