Displaying 1 result from an estimated 1 matches for "mail_cache_set_corrupt".
Did you mean:
mail_cache_set_corrupted
2009 Jun 02
2
record points outside file error with dovecot revision 9116:9ae55b68cf61
...ed index cache file /full/path/
dovecot.index.cache: record points outside file
The errors can be in either folders or INBOX.
I put some syslog statements in src/lib-index/mail-cache-lookup.c to
help understand this.
if (offset + sizeof(*rec) > cache->mmap_length) {
mail_cache_set_corrupted(cache, "record points
outside file");
syslog(LOG_DEBUG,"mail_cache_get_record rec->size is
%d ", rec->size);
syslog(LOG_DEBUG,"cache->mmap_length is %d ", cache-
>mmap_length);
syslog(LOG_DEBUG,&quo...