> Hi everybody > > I keep having problems getting acces to my mail using Squirrelmail. > I have a Debian (stable) with > > php4: 4.1.2-6 > uw-imapd: 2003debian0 > squirrelmail: 1.4.2 > > installed. > > I have no problems using the IMAP from pine (Linux), Mozilla (OS X, > Linux) and Mail (OS X), but whenever I try to login with Squirrelmail, I > find in the Syslog: > > _______ > Jan 18 00:36:21 superking imapd[22922]: connect from 10.0.1.202 > Jan 18 00:36:21 superking imapd[22922]: imaps SSL service init from > 10.0.1.202 > > _______ > > and the Browser says (after quite a long timeout), that a timeout occured. > > Who can help? I read in messages here and there in the internet, that the > problem has to do with the validation of the certificate? Is that true? > Where would I have to add a 'novalidate-cert'?
I think SquirrelMail's IMAP SSL support works only with php 4.3+ you can use stunnel (http://www.stunnel.org or 'apt-get install stunnel') to connect programs that does not work with SSL to SSL enabled server. -- Tomas ------------------------------------------------------- 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
