From 27610eca0f562f1f08463b48ea6152bdfc93f1c5 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Mon, 16 Feb 2026 12:51:43 +0100 Subject: [PATCH] Change it back...? --- nix-system-configs/modules/system/mail-server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix-system-configs/modules/system/mail-server.nix b/nix-system-configs/modules/system/mail-server.nix index 82f4f6a..4ab5c72 100644 --- a/nix-system-configs/modules/system/mail-server.nix +++ b/nix-system-configs/modules/system/mail-server.nix @@ -90,7 +90,7 @@ in { protocol = "smtp"; # Use port 587 for SMTP submission with STARTTLS, as port 25 is often blocked by ISPs for outgoing mail to prevent spam. # This way, you can still receive mail on port 25 but require authenticated submission on port 587. - bind = "[::]:587"; # I am so fucking fed up this shit, this fucking ISP is sending me to early grave. + bind = "[::]:25"; # I am so fucking fed up this shit, this fucking ISP is sending me to early grave. }; submissions = { bind = "[::]:465";