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

View file

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