roundcube: configure a better session encryption
This commit is contained in:
parent
5573643213
commit
0f1deedeb9
|
@ -15,6 +15,7 @@ let
|
||||||
$config['smtp_pass'] = '%p';
|
$config['smtp_pass'] = '%p';
|
||||||
$config['product_name'] = 'Webmail';
|
$config['product_name'] = 'Webmail';
|
||||||
$config['des_key'] = file_get_contents("${config.variables.roundcubeDataDir}/des_key");;
|
$config['des_key'] = file_get_contents("${config.variables.roundcubeDataDir}/des_key");;
|
||||||
|
$config['cipher_method'] = 'AES256-GCM-SHA384';
|
||||||
$config['plugins'] = array(
|
$config['plugins'] = array(
|
||||||
'archive',
|
'archive',
|
||||||
'managesieve',
|
'managesieve',
|
||||||
|
|
Loading…
Reference in a new issue