From ae53eee68af3ae306b4d7f51f44ca31509ea356b Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Mon, 6 Feb 2023 20:41:55 +0100 Subject: port 25 should be blocked --- common.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'common.nix') diff --git a/common.nix b/common.nix index b4c7af8..0a3f20b 100644 --- a/common.nix +++ b/common.nix @@ -281,6 +281,7 @@ in tls = true; from = "noreply@home.local"; host = "babylon2k.com"; + port = "587"; user = builtins.readFile "/home/root/nixos/mailuser"; password = builtins.readFile "/home/root/nixos/mailpassword"; }; -- cgit v1.2.3