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;
|
domain = email-domain;
|
||||||
ports = {
|
ports = {
|
||||||
smtp = 25;
|
smtp = 25;
|
||||||
imaps = 993;
|
imaps = 143;
|
||||||
smtps = 465;
|
smtps = 587;
|
||||||
local = 9000;
|
local = 9000;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -38,7 +38,6 @@ in
|
||||||
hostname = cfg.domain;
|
hostname = cfg.domain;
|
||||||
tls = {
|
tls = {
|
||||||
enable = true;
|
enable = true;
|
||||||
implicit = true;
|
|
||||||
};
|
};
|
||||||
listener = {
|
listener = {
|
||||||
smtp = {
|
smtp = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue