Try changing smtp port to 25

There's something going on with EHLO...it's probably starttls' fault.
This commit is contained in:
niten 2023-12-01 11:39:16 -08:00
parent 4a1fbe0b8b
commit bb5ef07f0f
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ in {
};
port = mkOption {
type = port;
default = 587;
default = 25;
};
user = mkOption {
type = str;