> I have been unable to find an answer to this so far. I had squirrelmail > running on a redhat 7.3 box with the uw imap server. Since then, I > reinstalled the box with SuSE 9 and courier-imap. After getting most > everything working again, I am unable to login to squirrelmail. I get the > error "ERROR : Connection dropped by imap-server. Query: LOGIN > "username" > "password". As fas as I can tell the imap server is up and > running and all > is well. I have tried in IE, Mozilla, and Konqueror. All with the same > result. I am using postfix, courier-imap, and squirrelmail 1.4.1. Any > help > would be most appreciated.
1. Courier-imap drops connections if you connect too often. Settings are in server's config. 2. courier-imap needs Maildir directory in user's home. If it does not find it, it closes connection. Try logging into imap server with telnet. telnet imapserver 143 ...some output... A01 LOGIN username password ..you will be informed if you logged in correctly.. A02 LOGOUT If you fail to log with telnet, check server logs. 3. SuSE uses php 4.3.3. You need to use SquirrelMail 1.4.2. Older version have problems with 4.3.2+ -- Tomas ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
