From 05f8c21a6f756a7ae7d9ec95e422f1f1a1c7e030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sun, 9 Jun 2019 12:38:50 +0200 Subject: Add imap / pop3 / smtp subdomains to dns --- modules/private/websites/tools/tools/roundcubemail.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'modules/private/websites/tools') diff --git a/modules/private/websites/tools/tools/roundcubemail.nix b/modules/private/websites/tools/tools/roundcubemail.nix index 8974d1b..c643ff6 100644 --- a/modules/private/websites/tools/tools/roundcubemail.nix +++ b/modules/private/websites/tools/tools/roundcubemail.nix @@ -17,11 +17,12 @@ rec { text = '' array("verify_peer" => false)); - $config['smtp_server'] = 'tls://mail.immae.eu'; - $config['smtp_port'] = '25'; - $config['managesieve_host'] = 'mail.immae.eu'; + $config['smtp_server'] = 'tls://smtp.immae.eu'; + $config['smtp_port'] = '587'; + $config['managesieve_host'] = 'imap.immae.eu'; $config['managesieve_port'] = '4190'; $config['managesieve_usetls'] = true; $config['managesieve_conn_options'] = array("ssl" => array("verify_peer" => false)); -- cgit v1.2.3