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';
|
4
dockers/roundcube/config/custom_config.inc.php
Normal file
4
dockers/roundcube/config/custom_config.inc.php
Normal file
@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$rcmail_config['skin_logo'] = 'skins/elastic/images/kazmel.png';
|
||||
$rcmail_config['support_url'] = 'https://wiki.kaz.bzh/webmail/start';
|
||||
$rcmail_config['product_name'] = 'Le webmail de Kaz';
|
BIN
dockers/roundcube/config/kazmel.png
Normal file
BIN
dockers/roundcube/config/kazmel.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.2 KiB |
Reference in New Issue
Block a user