Jeff Fisher writes:
Hi guys,I have a client who is using Entourage to check this POP3 account and is claiming that every once and awhile it will just stop checking messages. I was finally able to track this down in the logs files to his client being disconnected with the message: I/O error disconnect. Now looking at the source code, this error is coming from line 687 of pop3dserver.c (Courier-IMAP-4.1.1): if (ferror(f)) { /* Oops! All we can do is drop the connection */ fprintf(stderr, "ERR: I/O error while reading message file %s: %s\n", msglist_a[i]->filename, strerror(errno)); acctout("INFO: I/O error disconnect"); exit(1); } Does anyone have any guesses as to what might cause this error?
Corrupted disk partition, or any other error that might cause your system to fail to properly read a simple file.
pgpxDBXS2Ujb4.pgp
Description: PGP signature
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Courier-imap mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap
