From 7ccde67a90e5d096d1414f0a7cc9d844fb12498e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 10 Jun 2019 23:16:24 +0200 Subject: [PATCH] Fix roundcube configuration --- modules/private/websites/tools/tools/roundcubemail.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/private/websites/tools/tools/roundcubemail.nix b/modules/private/websites/tools/tools/roundcubemail.nix index c643ff6..6d87cdc 100644 --- a/modules/private/websites/tools/tools/roundcubemail.nix +++ b/modules/private/websites/tools/tools/roundcubemail.nix @@ -18,7 +18,10 @@ rec { "mail.immae.eu" + ); $config['imap_conn_options'] = array("ssl" => array("verify_peer" => false)); $config['smtp_server'] = 'tls://smtp.immae.eu'; $config['smtp_port'] = '587'; -- 2.41.0