From 457d548a4fb29f71a92a87749c548653315a7f52 Mon Sep 17 00:00:00 2001 From: = <=> Date: Sun, 29 Oct 2023 02:08:55 +0100 Subject: [PATCH] bekkalokk roundcube added imap --- hosts/bekkalokk/services/webmail/roundcube.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/bekkalokk/services/webmail/roundcube.nix b/hosts/bekkalokk/services/webmail/roundcube.nix index d4708e4..f7df4a3 100644 --- a/hosts/bekkalokk/services/webmail/roundcube.nix +++ b/hosts/bekkalokk/services/webmail/roundcube.nix @@ -21,7 +21,10 @@ in extraConfig = '' # starttls needed for authentication, so the fqdn required to match # the certificate - $config['smtp_server'] = "tls://${mailserver}"; + $config['enable_installer'] = false; + $config['default_host'] = "ssl://imap.pvv.ntnu.no"; + $config['default_port'] = 993"; + $config['smtp_server'] = "tls://smtp.pvv.ntnu.no"; $config['smtp_port'] = 25; $config['smtp_user'] = "%u@pvv.ntnu.no"; $config['smtp_pass'] = "%p";