1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-05-13 22:06:31 +02:00

Merge pull request #597 from HorayNarea/patch-1

use safer cipher in roundcube
This commit is contained in:
kaiyou 2018-09-19 09:00:29 +02:00 committed by GitHub
commit f9ef126e03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ $config = array();
$config['db_dsnw'] = 'sqlite:////data/roundcube.db';
$config['temp_dir'] = '/tmp/';
$config['des_key'] = getenv('SECRET_KEY');
$config['cipher_method'] = 'AES-256-CBC';
$config['identities_level'] = 3;
$config['reply_all_mode'] = 1;