View previous topic :: View next topic |
Author |
Message |
CrazyLittle n00b
Joined: 06 Mar 2004 Posts: 11
|
Posted: Fri Mar 12, 2004 8:57 am Post subject: Squirrelmail and openSSL woes |
|
|
Here's the error I'm getting upon trying to login:
Code: | Warning: fsockopen(): SSL operation failed with code 1. OpenSSL Error messages: error:1408F10B:SSL routines:func(143):reason(267) in /var/www/localhost/htdocs/squirrelmail/functions/imap_general.php on line 454
Warning: fsockopen(): php_stream_sock_ssl_activate_with_method: SSL handshake/connection failed in /var/www/localhost/htdocs/squirrelmail/functions/imap_general.php on line 454
Warning: fsockopen(): failed to activate SSL mode 2 in /var/www/localhost/htdocs/squirrelmail/functions/imap_general.php on line 454 |
Works fine when I turn off SSL though. What's the deal? |
|
Back to top |
|
|
salemoh n00b
Joined: 06 Feb 2004 Posts: 7
|
Posted: Wed Mar 24, 2004 6:45 pm Post subject: |
|
|
Check the below link
http://thread.gmane.org/gmane.mail.squirrelmail.user/14395
here is a summary:
Configure postfix to listen on a TLS-only port by un-commenting the below lines in master.cf
Code: |
smtps inet n - y - - smtpd -o
smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
|
and you might want to add smtps to /etc/services for port 465 if it is not there.
then do a
in squirrelmail set the SMTP port to 465 |
|
Back to top |
|
|
|