first commit
This commit is contained in:
14
dockers/roundcube/config/add-to-config.inc.php
Normal file
14
dockers/roundcube/config/add-to-config.inc.php
Normal file
@ -0,0 +1,14 @@
|
||||
# KAZ custom
|
||||
$config['imap_conn_options'] = array(
|
||||
'ssl' => array(
|
||||
'verify_peer' => false,
|
||||
'verfify_peer_name' => false,
|
||||
),
|
||||
);
|
||||
$config['smtp_conn_options'] = array(
|
||||
'ssl' => array(
|
||||
'verify_peer' => false,
|
||||
'verify_peer_name' => false,
|
||||
),
|
||||
);
|
||||
include 'custom_config.inc.php';
|
Reference in New Issue
Block a user