email: explicit tls

This commit is contained in:
twoneis 2025-04-10 12:00:57 +02:00
parent 7e01f476db
commit dc34a72853
2 changed files with 3 additions and 2 deletions

View file

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

View file

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