From 38e6adf01a07e84a626632606cbc3a7eb28c7b2c Mon Sep 17 00:00:00 2001 From: twoneis Date: Wed, 26 Mar 2025 11:48:32 +0100 Subject: [PATCH] stalwart: explicit tls with ports --- devices/ellaca/options.nix | 4 ++-- modules/email/default.nix | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/devices/ellaca/options.nix b/devices/ellaca/options.nix index 105bffa..207f7d2 100644 --- a/devices/ellaca/options.nix +++ b/devices/ellaca/options.nix @@ -19,8 +19,8 @@ in { domain = email-domain; ports = { smtp = 25; - imaps = 993; - smtps = 465; + imaps = 143; + smtps = 587; local = 9000; }; }; diff --git a/modules/email/default.nix b/modules/email/default.nix index 0cf2a5a..f00a853 100644 --- a/modules/email/default.nix +++ b/modules/email/default.nix @@ -38,7 +38,6 @@ in hostname = cfg.domain; tls = { enable = true; - implicit = true; }; listener = { smtp = {