first commit

This commit is contained in:
2024-06-03 18:43:35 +02:00
parent 2da01a3f6e
commit f501d519af
883 changed files with 71550 additions and 2 deletions

View 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';

View 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';

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB