Wolfgang Paul Rauchholz skrev den 2018-12-17 13:06:
Unfortunately not. I am using roudcubemail, there is nothing in the log files.
$config['default_host'] = 'ssl://localhost'; $config['default_port'] = 993; $config['imap_conn_options'] = array( 'ssl' => array( 'verify_peer' => false, 'verify_peer_name' => false, ), ); $config['smtp_server'] = 'ssl://localhost'; $config['smtp_port'] = 465; $config['smtp_conn_options'] = array( 'ssl' => array( 'verify_peer' => false, 'verify_peer_name' => false, ), ); $config['smtp_user'] = '%u'; $config['smtp_pass'] = '%p'; $config['smtp_helo_host'] = 'localhost.example.org'; $config['smtp_log'] = false; works for me :=)