stalwart: explicit tls with ports

This commit is contained in:
twoneis 2025-03-26 11:48:32 +01:00
parent 7e8c2ea3c4
commit 38e6adf01a
2 changed files with 2 additions and 3 deletions

View file

@ -19,8 +19,8 @@ in {
domain = email-domain; domain = email-domain;
ports = { ports = {
smtp = 25; smtp = 25;
imaps = 993; imaps = 143;
smtps = 465; smtps = 587;
local = 9000; local = 9000;
}; };
}; };

View file

@ -38,7 +38,6 @@ in
hostname = cfg.domain; hostname = cfg.domain;
tls = { tls = {
enable = true; enable = true;
implicit = true;
}; };
listener = { listener = {
smtp = { smtp = {