On 29/giu/2010, at 15.57, Steffen Kaiser wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Tue, 29 Jun 2010, Andre wrote:
IMAP(username@cubeholding.com): Error: read(mail, uid=58284) failed: Is a directory
I’ve looked at sources and found this message in src/lib-storage/index/index-mail.c, function static int index_mail_stream_check_failure(struct index_mail *mail) but I don’t understand where it come from, I understand it is something about indexes, anyone can explain me more, please?
Turn on mail_debug and check the output regarding the login of the session, there are entries telling you the home directory and mailbox locations and mailbox formats.
I bet that you have configured a mailbox location, e.g. for the INBOX, that ought to be a file, but is in fact a directory.
Regards,
Found the problem: in one maildir there was a directory, that was threated like a message, that is what “Is a directory”.
Regards Andrea