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 e2d9013 commit fc96dc7Copy full SHA for fc96dc7
install/deb/dovecot/conf.d/10-mail.conf
@@ -2,3 +2,7 @@ mail_privileged_group = mail
2
mail_access_groups = mail
3
mail_location = maildir:%h/mail/%d/%n
4
pop3_uidl_format = %08Xu%08Xv
5
+
6
+mailbox_list_index = yes
7
+mailbox_idle_check_interval = 30 secs
8
+maildir_copy_with_hardlinks = yes
install/deb/dovecot/dovecot.conf
@@ -37,8 +37,8 @@ namespace {
37
}
38
39
mailbox Junk {
40
- special_use = \Junk
41
auto = no
+ special_use = \Junk
42
43
44
mailbox Sent {
@@ -47,12 +47,12 @@ namespace {
47
48
49
mailbox "Sent Mail" {
50
- special_use = \Sent
51
+ special_use = \Sent
52
53
54
mailbox "Sent Messages" {
55
56
57
58
0 commit comments