Re: [SM-USERS] Squirrellmail user account compromised

2016-01-09 Thread Julien Métairie
Le 09/01/2016 06:39, amutoti a écrit : > I am using SquirrelMail version 1.4.8-21.el5.centos for webmail and one of my > users when trying to send email via webmail it does not send using his real > account but instead the is what his recipients will receive in their inbox; > > > Email address: Mrs

Re: [SM-USERS] Squirrelmail does not connect to SSL IMAP server after upgrading to PHP 5.6

2016-01-09 Thread Paul Lesniewski
On 1/3/16, Dmitry Katsubo wrote: > On 26/12/2015 22:52, Paul Lesniewski wrote: >> On 12/14/15, Julien Métairie wrote: >>> Hi list, >>> >>> I am trying to upgrade my server running Squirrelmail from Debian Wheezy >>> to Jessie. >>> >>> IMAP server is Courier-ssl using a self-signed certificate. >>

Re: [SM-USERS] Squirrelmail does not connect to SSL IMAP server after upgrading to PHP 5.6

2016-01-09 Thread Paul Lesniewski
On 1/8/16, Julien Métairie wrote: > Message original > Sujet : Re: [SM-USERS] Squirrelmail does not connect to SSL IMAP server > after upgrading to PHP 5.6 > De : Dmitry Katsubo > Pour : Squirrelmail User Support Mailing List > > Copie à : Julien Métairie > Date : 03/01/2016 2

Re: [SM-USERS] Squirrelmail does not connect to SSL IMAP server after upgrading to PHP 5.6

2016-01-09 Thread Dmitry Katsubo
On 08/01/2016 18:32, Julien Métairie wrote: > As far as I understand, stream_socket_client() should be used instead of > fsockopen() and a context should be passed as 6th argument. That's why I > tried the following : > > $imap_stream_options = array( > 'tls' => array( > 'verify_peer'

Re: [SM-USERS] Squirrelmail does not connect to SSL IMAP server after upgrading to PHP 5.6

2016-01-09 Thread Paul Lesniewski
On 1/9/16, Dmitry Katsubo wrote: > On 08/01/2016 18:32, Julien Métairie wrote: >> As far as I understand, stream_socket_client() should be used instead of >> fsockopen() and a context should be passed as 6th argument. That's why I >> tried the following : >> >> $imap_stream_options = array( >>