search for: smtp_conn_opt

Displaying 2 results from an estimated 2 matches for "smtp_conn_opt".

Did you mean: smb_conn_opt
2016 Jun 17
3
tlsv1 alert unknown ca: SSL alert number 48
...>', > 'verify_peer' => true, > 'verify_depth' => 3, > #'cafile' => '/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', >...
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