port 25 should be blocked
This commit is contained in:
parent
7b759de46b
commit
ae53eee68a
|
@ -281,6 +281,7 @@ in
|
||||||
tls = true;
|
tls = true;
|
||||||
from = "noreply@home.local";
|
from = "noreply@home.local";
|
||||||
host = "babylon2k.com";
|
host = "babylon2k.com";
|
||||||
|
port = "587";
|
||||||
user = builtins.readFile "/home/root/nixos/mailuser";
|
user = builtins.readFile "/home/root/nixos/mailuser";
|
||||||
password = builtins.readFile "/home/root/nixos/mailpassword";
|
password = builtins.readFile "/home/root/nixos/mailpassword";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue