stalwart: explicit tls with ports
This commit is contained in:
parent
7e8c2ea3c4
commit
38e6adf01a
2 changed files with 2 additions and 3 deletions
|
@ -19,8 +19,8 @@ in {
|
|||
domain = email-domain;
|
||||
ports = {
|
||||
smtp = 25;
|
||||
imaps = 993;
|
||||
smtps = 465;
|
||||
imaps = 143;
|
||||
smtps = 587;
|
||||
local = 9000;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -38,7 +38,6 @@ in
|
|||
hostname = cfg.domain;
|
||||
tls = {
|
||||
enable = true;
|
||||
implicit = true;
|
||||
};
|
||||
listener = {
|
||||
smtp = {
|
||||
|
|
Loading…
Add table
Reference in a new issue