verify tls
This commit is contained in:
parent
3c3ae2c3b2
commit
8ed45e959c
1 changed files with 4 additions and 4 deletions
|
@ -9,8 +9,8 @@ $config['syslog_facility'] = LOG_USER;
|
|||
$config['default_host'] = '{{getenv "IMAP_HOST" "tls://%n"}}';
|
||||
$config['imap_conn_options'] = array(
|
||||
'ssl' => array(
|
||||
'verify_peer' => false,
|
||||
'verify_peer_name' => false,
|
||||
'verify_peer' => true,
|
||||
'verify_peer_name' => true,
|
||||
),
|
||||
);
|
||||
|
||||
|
@ -20,8 +20,8 @@ $config['smtp_user'] = '%u';
|
|||
$config['smtp_pass'] = '%p';
|
||||
/*$config['smtp_conn_options'] = array(
|
||||
'ssl' => array(
|
||||
'verify_peer' => false,
|
||||
'verify_peer_name' => false,
|
||||
'verify_peer' => true,
|
||||
'verify_peer_name' => true,
|
||||
),
|
||||
);*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue