Skip to content

Commit fc96dc7

Browse files
author
Kristan Kenney
committed
Update dovecot configuration
1 parent e2d9013 commit fc96dc7

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

install/deb/dovecot/conf.d/10-mail.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ mail_privileged_group = mail
22
mail_access_groups = mail
33
mail_location = maildir:%h/mail/%d/%n
44
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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ namespace {
3737
}
3838

3939
mailbox Junk {
40-
special_use = \Junk
4140
auto = no
41+
special_use = \Junk
4242
}
4343

4444
mailbox Sent {
@@ -47,12 +47,12 @@ namespace {
4747
}
4848

4949
mailbox "Sent Mail" {
50-
special_use = \Sent
5150
auto = no
51+
special_use = \Sent
5252
}
5353

5454
mailbox "Sent Messages" {
55-
special_use = \Sent
5655
auto = no
56+
special_use = \Sent
5757
}
5858
}

0 commit comments

Comments
 (0)