From bb5ef07f0f5e75eb8866184ede6bbab0afef1d74 Mon Sep 17 00:00:00 2001 From: niten Date: Fri, 1 Dec 2023 11:39:16 -0800 Subject: [PATCH] Try changing smtp port to 25 There's something going on with EHLO...it's probably starttls' fault. --- authentik-container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentik-container.nix b/authentik-container.nix index e31a6ec..8a7bfb4 100644 --- a/authentik-container.nix +++ b/authentik-container.nix @@ -59,7 +59,7 @@ in { }; port = mkOption { type = port; - default = 587; + default = 25; }; user = mkOption { type = str;