On 06 Jan 2020, at 07:12, Nuno Dias <[email protected]> wrote:
> $config['smtp_conn_options'] = array(
>   'ssl'         => array(
>     'verify_peer'  => true,
>     'verify_depth' => 3,
>     'cafile'       => '/etc/pki/tls/certs/cafile.crt',
>   ),
> );

I have:

$config['imap_conn_options'] = array(
  'ssl' => array(
     'verify_peer'  => false,
     'verify_depth' => 0,
   ),
);

Since my attempts to get RC1.3 (or maybe 1.2?) to work with my LE certs  failed 
entirely.




-- 
"He has never been known to use a word that might send a reader to
        the dictionary." - William Faulkner (about Ernest Hemingway).
_______________________________________________
Roundcube Users mailing list
[email protected]
http://lists.roundcube.net/mailman/listinfo/users

Reply via email to