From 297f6711067f543b2299a1cc00e4f9da3e1f049f Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Sat, 7 Sep 2019 00:55:53 +0200 Subject: [PATCH] roundcube: try again with another cipher --- roundcube.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcube.nix b/roundcube.nix index 364c526..f66c10d 100644 --- a/roundcube.nix +++ b/roundcube.nix @@ -15,7 +15,7 @@ let $config['smtp_pass'] = '%p'; $config['product_name'] = 'Webmail'; $config['des_key'] = file_get_contents("${config.variables.roundcubeDataDir}/des_key");; - $config['cipher_method'] = 'AES256-GCM-SHA384'; + $config['cipher_method'] = 'AES-256-CBC'; $config['plugins'] = array( 'archive', 'managesieve',