> First off, you should upgrade your php.  php 4.1.2 is the minimum
required
> (http://www.squirrelmail.org/wiki/SquirrelMailRequirements).  Also, SSL
support hasn't always been the best in PHP, so you might want to move up
to at least the 4.2.x

The minimum required PHP version to use TLS is PHP 4.3.0.

>> mean? Why does Squirrelmail do that, when Postfix (and all other
rfc2822-compliant MTAs) expect 'ehlo myhost.mydomain.tld; starttls'?

Because once you've opened a socket in PHP, you can't redefine the socket
to support TLS. Thus, we can't use the STARTTLS command.  If you'd checked
the documentation, you'd have found that SSL/TLS support in SquirrelMail
requires a dedicated TLS port (SMTPS, IMAPS) which does not use the
STARTTLS command.  It also requires PHP 4.3.x, with the OpenSSL extension.

For more information, see doc/authentication.txt in your SquirrelMail tree.

-- 
Chris Hilts
[EMAIL PROTECTED]





-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to