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;
ports = {
smtp = 25;
imaps = 993;
smtps = 465;
imaps = 143;
smtps = 587;
local = 9000;
};
};

View file

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