Hello Carolyn, On Wednesday, December 10, 2003, Carolyn Van Slyck wrote... > I just installed uw-imap and squirrelmail on Redhat 9. I'm running > PHP 4.3.4 I haven't changed anything with the imap configuration > except xinetd to start imap. I modified squiremail (using conf.pl) > to use STARTTLS.
SquirrelMail cannot use STARTTLS. > When I login I get these php errors printed above the squirrelmail page: > *Warning*: fsockopen(): SSL operation failed with code 1. OpenSSL > Error messages: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong > version number in */var/www/squirrelmail/functions/imap_general.php* > on line *454* This looks like either a) your IMAP server doesn't support the version of SSL, or b) you're still pointing your connection in SM to port 143. > I'm able to do "telnet localhost 143" and I get this back: > Trying 127.0.0.1... > Connected to localhost. > Escape character is '^]'. > * OK [CAPABILITY IMAP4REV1 LOGIN-REFERRALS STARTTLS LOGINDISABLED] > I have no idea what I need to do to make this work and would really > appreciate any help. SquirrelMail cannot do STARTTLS because of the way sockets are created unfortunately. -- Jonathan Angliss ([EMAIL PROTECTED]) ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click -- 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
