Jeff Peng via Postfix-users skrev den 2024-06-17 14:18:

$config['imap_host'] = 'ssl://localhost:993';

then RC will connect to server failed due to mis-configured certs.

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

but fair to have cert verify aswell, here on localhost is imho no sense to ensure it, its just wasted resources, where it works as wanted


_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to