Re: Corrupted index cache file - migration with zlib

2016-01-15 Thread Robert L Mathews
On 1/14/16 8:51 PM, Leon Kyneur wrote: > figured out my issue > > I changed: > protocol imap { > mail_plugins = quota imap_quota imap_zlib > } > > to this: > protocol imap { > mail_plugins = $mail_plugins imap_quota imap_zlib > } > Right. This is because it needs the "zlib" plugin enabled,

Corrupted index cache file - migration with zlib

2016-01-14 Thread Leon Kyneur
Hi I'm migrating some mailboxes from an old dovecot system where mailboxes are stored maildir uncompressed. I enabled zlib on the new system and migrated an account: doveadm -o mail_fsync=never backup -R -u tonyg imapc: when the account connects to the new system after a while i'm seeing the

Re: Corrupted index cache file - migration with zlib

2016-01-14 Thread Leon Kyneur
figured out my issue I changed: protocol imap { mail_plugins = quota imap_quota imap_zlib } to this: protocol imap { mail_plugins = $mail_plugins imap_quota imap_zlib } No longer getting the error after migration with zlib enabled.. could there be any kind of better warning or error