[Dovecot] FETCH for mailbox got too little data
Kenneth Porter
shiva at sewingwitch.com
Wed Jul 2 00:58:40 EEST 2008
--On Tuesday, July 01, 2008 11:36 PM +0300 Timo Sirainen <tss at iki.fi> wrote:
> It contains cached data which speeds up Dovecot's replies to clients. So
> delete them only if you see problems for a specific mailbox. They're
> recreated the next time user opens the mailbox.
After the error message is logged, the code in imap_fetch_send() invokes
this:
mail_set_cache_corrupted(ctx->mail, ctx->cur_size_field);
What uses that? Is that supposed to ultimately prevent the retry from using
the cache file? It seems like that mechanism isn't working, as the client
was getting into a loop.
More information about the dovecot
mailing list