From 7e9d52961db7be39d961e76eef3ad6d79969aa9d Mon Sep 17 00:00:00 2001 From: hodasemi Date: Thu, 10 Jul 2025 12:58:46 +0200 Subject: [PATCH] Update to new port --- git_system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_system.nix b/git_system.nix index 4ddd559..9ba9ba9 100644 --- a/git_system.nix +++ b/git_system.nix @@ -74,7 +74,7 @@ in ENABLED = true; PROTOCOL = "smtp"; SMTP_ADDR = "80.151.91.109"; - SMTP_PORT = 25; + SMTP_PORT = 2525; FROM = "noreply@ptspaper.de"; USER = "noreply@ptspaper.de"; };