Displaying 2 results from an estimated 2 matches for "fqdn_of_postfix_certificate".
2016 Jun 17
3
tlsv1 alert unknown ca: SSL alert number 48
...afile' => '/dont/need/to/set/this/option',
> ),
> );
>
> // SMTP socket context options
> // See http://php.net/manual/en/context.ssl.php
> $config['smtp_conn_options'] = array(
> 'ssl' => array(
> 'peer_name' => '<FQDN_OF_POSTFIX_CERTIFICATE>',
> 'verify_peer' => true,
> 'verify_depth' => 3,
> #'cafile' => '/dont/need/to/set/this/option',
> ),
> );
>
> Works for me.
>
> On 2016-06-16 20:43, Maurizio Dall'Acqua wrote:
> >I think that you...
2016 Jun 16
4
tlsv1 alert unknown ca: SSL alert number 48
I think that you are right when you say that the problem may be the
certificate recognition.
As for Roundcube, I've inserted the uncommented php code that you provided
in /usr/share/roundcube/main.inc.php.dist, which is the Raspbian file for
/config/defaults.inc.php. Unfortunately Roundcube doesn't login and replies
with the message "connection to storage server failed". And