email: explicit tls
This commit is contained in:
parent
7e01f476db
commit
dc34a72853
2 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -44,6 +44,7 @@ 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