From d7278d18dd724e945108e13eed87763497b4f200 Mon Sep 17 00:00:00 2001 From: kalipso Date: Mon, 9 Mar 2026 13:40:45 +0100 Subject: [PATCH] [pretalx] fix missing user and disable ssl in favor of tls --- machines/pretalx/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/machines/pretalx/configuration.nix b/machines/pretalx/configuration.nix index ae5eba2c..6ef5c8c6 100644 --- a/machines/pretalx/configuration.nix +++ b/machines/pretalx/configuration.nix @@ -82,9 +82,10 @@ in }; mail = { from = "malobot@systemli.org"; + user = "malobot@systemli.org"; host = "mail.systemli.org"; port = "465"; - ssl = true; + ssl = false; tls = true; };