Hello David, On Friday, January 16, 2004, David Ross wrote... > Hi
> I am having a problem logging in and checking my mail thought the > squirrelmail webmail. I am running squirrelmail 1.4.2-1 on a Debian 3.0 > box with apache 1.3.27.0-2 and uw-imapd 2002ddebian1-4. I am also using > Exim 3.36-9.1. > When I try log in I get the error: > ERROR > Unknown user or password incorrect. > Go to the login page > I tail'd the syslog file and came up with this: > Jan 16 08:49:56 falcon imapd[12386]: port 220 service init from > 127.0.0.1 > Jan 16 08:49:59 falcon imapd[12386]: Command stream end of file, while > reading line user=david host=localhost [127.0.0.1] > Any help would really make my day! Port 220? Running on a non-standard port huh? If you decide to do that, you really shouldn't use a port used by other services. Anyway, your issue is a result of your IMAP server being compiled to use STARTTLS with LOGINDISABLED. SquirrelMail requires LOGIN to be enabled, otherwise it cannot login as PHP cannot support STARTTLS (at least not yet). If you still require a secure connection, then you should use a TLS/SSL dedicated port. As a note, this has all come up in the past, and is all over the archives. -- Jonathan Angliss ([EMAIL PROTECTED]) ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn -- 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
