Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Squirrelmail and openSSL woes
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
CrazyLittle
n00b
n00b


Joined: 06 Mar 2004
Posts: 11

PostPosted: Fri Mar 12, 2004 8:57 am    Post subject: Squirrelmail and openSSL woes Reply with quote

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
View user's profile Send private message
salemoh
n00b
n00b


Joined: 06 Feb 2004
Posts: 7

PostPosted: Wed Mar 24, 2004 6:45 pm    Post subject: Reply with quote

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
Code:
postfix reload


in squirrelmail set the SMTP port to 465
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum