From 65472975c8a22177c0d97e8d3e0dda3132f28b24 Mon Sep 17 00:00:00 2001 From: uku Date: Mon, 27 Jan 2025 16:04:00 +0100 Subject: [PATCH] fix(vesuvio): set smtp host in roundcube config --- systems/vesuvio/mail/roundcube.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/vesuvio/mail/roundcube.nix b/systems/vesuvio/mail/roundcube.nix index 3397708..f6f657b 100644 --- a/systems/vesuvio/mail/roundcube.nix +++ b/systems/vesuvio/mail/roundcube.nix @@ -32,6 +32,7 @@ in extraConfig = '' $config['imap_host'] = 'ssl://mx1.uku3lig.net:993'; + $config['smtp_host'] = 'ssl://mx1.uku3lig.net:465'; ''; }; };