I think I hit the same bug, but with smtps:

configtest.php:

Checking outgoing mail service....

Warning: fsockopen() [function.fsockopen]: SSL operation failed with code
1. OpenSSL Error messages: error:1408F10B:SSL
routines:func(143):reason(267) in
/usr/share/squirrelmail/src/configtest.php on line 226

Warning: fsockopen() [function.fsockopen]: Failed to enable crypto in
/usr/share/squirrelmail/src/configtest.php on line 226

Warning: fsockopen() [function.fsockopen]: unable to connect to
tls://pollux.home:465 (Unknown error) in
/usr/share/squirrelmail/src/configtest.php on line 226

This is not bug in squirrelmail but in php:

http://bugs.php.net/bug.php?id=29296

It seems it's using ssl3 instead of tsl for tls:// and that's the reason
for SSL_R_WRONG_VERSION_NUMBER error.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to