diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-12-08 19:39:54 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-12-08 19:39:54 +0100 |
commit | 7ac4fc84987535a5b592bbfc7ecb3e3794afac93 (patch) | |
tree | b25472b230ef7ffd17f7bbae2d59078b141b353b /roles/IMAP | |
parent | ca71056ec50e7b51ca0eaebb7a716207ce1a00e6 (diff) |
Dovecot: use fallocate(2) to preallocate new mdbox files.
Diffstat (limited to 'roles/IMAP')
-rw-r--r-- | roles/IMAP/files/etc/dovecot/conf.d/10-mail.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/IMAP/files/etc/dovecot/conf.d/10-mail.conf b/roles/IMAP/files/etc/dovecot/conf.d/10-mail.conf index ef76a8d..ab5ceef 100644 --- a/roles/IMAP/files/etc/dovecot/conf.d/10-mail.conf +++ b/roles/IMAP/files/etc/dovecot/conf.d/10-mail.conf @@ -351,7 +351,7 @@ mailbox_list_index = yes # When creating new mdbox files, immediately preallocate their size to # mdbox_rotate_size. This setting currently works only in Linux with some # filesystems (ext4, xfs). -#mdbox_preallocate_space = no +mdbox_preallocate_space = yes ## ## Mail attachments |