> I am running Redhat 7.3. last night I installed imap and Squirrelmail. I > ran the perl config utility and set all the obvious params. (I don't > really understand the relationship yet, but I came to the conclusion > that I need imap available). I enabled imap and impas through xinetd.d. > On the console, I connected a web browser to myself at /webmail and got > a login prompt. I entered a valid user name and password, and got an > error:
Did you remember to restart xinetd.d after you made the changes to imap? /etc/rc.d/init.d/xinetd restart That should do the trick. Have you also tested you can connect to the imap server from the server? ie: telnet localhost 143 -- Jon Angliss ([EMAIL PROTECTED]) ------------------------------------------------------- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. www.slickedit.com/sourceforge -- 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
