> Hi, i,m trying to setup squirrelmail with uw-imapd and here is the error > message from uw-imapd SquirrelMail configtest ... > Checking IMAP service.... *Warning*: fsockopen(): > php_stream_sock_ssl_activate_with_method: failed to create an > SSL context in */var/www/webmail/src/configtest.php* on line > *368* *Warning*: fsockopen(): failed to activate SSL mode 2 in > */var/www/webmail/src/configtest.php* on line *368* > *ERROR:* Error connecting to IMAP server "localhost:993".Server > error: (115) Operation now in progress ... >> http://bugs.php.net/bug.php?id=35668 Have >> you checked server logs? > Hi thanks for the solution, i'm using a debian and i will have to > recompile from scratch openssl, grrr
Please don't send me html only emails and use mailing list for SquirrelMail support questions. 1. You don't have to recompile openssl. You can turn off TLS requirement in uw-imapd configuration. See http://www.washington.edu/imap/documentation/imaprc.txt.html If you allow remote IMAP connections in UW and use standard debian uw-imapd package, you will have to use c-client.cf file anyway. http://bugs.debian.org/315499 2. open configtest.php script, find line with --- $stream = fsockopen( ($use_imap_tls==1?'tls://':'').$imapServerAddress, $imapPort, $errorNumber, $errorString); --- and replace 'tls://' with 'ssl://' or 'sslv2://'. Maybe only TLS transport is broken. -- Tomas -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users