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
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.
>>
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
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'
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(
>>