diff --git a/templates/10-mail.conf.j2 b/templates/10-mail.conf.j2 index 6bb55cb..b8e7e60 100644 --- a/templates/10-mail.conf.j2 +++ b/templates/10-mail.conf.j2 @@ -220,7 +220,7 @@ namespace inbox { # Mailbox list indexes can be used to optimize IMAP STATUS commands. They are # also required for IMAP NOTIFY extension to be enabled. -#mailbox_list_index = no +mailbox_list_index = yes # The minimum number of mails in a mailbox before updates are done to cache # file. This allows optimizing Dovecot's behavior to do less disk writes at diff --git a/templates/10-master.conf.j2 b/templates/10-master.conf.j2 index 2df9456..fd3529f 100644 --- a/templates/10-master.conf.j2 +++ b/templates/10-master.conf.j2 @@ -140,3 +140,16 @@ service dict { } } +service stats { + unix_listener stats-reader { + user = vmail + group = vmail + mode = 0660 + } + + unix_listener stats-writer { + user = vmail + group = vmail + mode = 0660 + } +} diff --git a/templates/10-ssl.conf.j2 b/templates/10-ssl.conf.j2 index 13df2a2..34a27d3 100644 --- a/templates/10-ssl.conf.j2 +++ b/templates/10-ssl.conf.j2 @@ -11,12 +11,7 @@ ssl = required # certificate, just make sure to update the domains in dovecot-openssl.cnf ssl_cert =