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