Quote:
|
Originally Posted by davidsrsb
Your mailbox is a single file, so this looks like a 32 bit limit
I use courier-imap, which uses maildir structure instead, so my limit will be the number of files in a folder directory imposed by the file system
|
Yep, exactly. It's due to signed 32bit integer used for next message offset and file corruption is caused by its "overflow".
Unfortunately I didn't find a patch fixing this problem. I'm not sure I can hack the sources by myself so if I'd decide to switch to Courier is there some reliable tool for mbx -> maildir conversion ? Or at least mbox -> maildir ?