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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue