From d11199da1004d8be6242eb0e133923fbc032891b Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 24 Mar 2026 15:08:55 +0100 Subject: [PATCH] fix(mx): update stale comment in Roundcube config to reflect SSL/TLS Co-Authored-By: Claude Opus 4.6 (1M context) --- systems/x86_64-linux/mx/mailserver.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/systems/x86_64-linux/mx/mailserver.nix b/systems/x86_64-linux/mx/mailserver.nix index 7dd0547..f934698 100644 --- a/systems/x86_64-linux/mx/mailserver.nix +++ b/systems/x86_64-linux/mx/mailserver.nix @@ -242,8 +242,7 @@ hostName = "webmail.hoyer.xyz"; plugins = [ "managesieve" ]; extraConfig = '' - # starttls needed for authentication, so the fqdn required to match - # the certificate + # SSL/TLS needed for authentication, so the fqdn must match the certificate $config['smtp_server'] = "ssl://${config.mailserver.fqdn}:465"; $config['smtp_user'] = "%u"; $config['smtp_pass'] = "%p";