[Dovecot] Dovecot with Imp problems
Hi guys,
I've run into a strange problem using beta 8 and beta 9 when using the latest version of Horde/IMP
Through IMP, I can see that there are messages in the maildir on the sidemenu(popup menu) but the emails don't show in my actual inbox.
I thought this was an IMP problem, but then I downgraded to dovecot 99 series RPM and this resolved the problem.
I was seeing the following error in my logs, when I tried to log into a mailbox through IMP.
Jun 21 09:22:46 mail dovecot: IMAP(davew): file index-mail.c: line 105 (index_mail_get_fixed_field): assertion failed: (buffer_get_used_size(buf) == data_size) Jun 21 09:22:46 mail dovecot: child 6217 (imap) killed with signal 6
Thanks, I hope this helps.
Regards.
Neil Wilson Powered by Linux, driven by passion!
-- This email and all contents are subject to the following disclaimer: http://www.dcdata.co.za/emaildisclaimer.html
On Jun 26, 2006, at 10:27 AM, Neil Wilson wrote:
Jun 21 09:22:46 mail dovecot: IMAP(davew): file index-mail.c: line
105 (index_mail_get_fixed_field): assertion failed:
(buffer_get_used_size(buf) == data_size)
This usually means that you've moved from 32bit machine to 64bit
machine and the dovecot.index.cache files don't work there anymore.
So the fix is to delete all the dovecot.index.cache files.
I've fixed this for next release by making it check that the sizes
are correct, and if they're not the cache file is automatically
deleted. Although it still logs an error message.
Thanks for the reply Timo. Timo Sirainen wrote:
On Jun 26, 2006, at 10:27 AM, Neil Wilson wrote: This usually means that you've moved from 32bit machine to 64bit machine and the dovecot.index.cache files don't work there anymore. So the fix is to delete all the dovecot.index.cache files.
Thanks, this is exactly what has happened.
I've fixed this for next release by making it check that the sizes are correct, and if they're not the cache file is automatically deleted. Although it still logs an error message.
Cool! Any idea when this will be released?
-- This email and all contents are subject to the following disclaimer: http://www.dcdata.co.za/emaildisclaimer.html
participants (2)
-
Neil Wilson
-
Timo Sirainen