port 25 should be blocked

This commit is contained in:
Christoph Cullmann 2023-02-06 20:41:55 +01:00
parent 7b759de46b
commit ae53eee68a

View file

@ -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";
};