Forgor... again... added SMTP properly.
This commit is contained in:
parent
e389ebb672
commit
c884036b7a
1 changed files with 6 additions and 6 deletions
|
|
@ -474,12 +474,12 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
# Mail TCP routers: SMTP (25), SMTPS (465 implicit TLS), IMAPS (993 implicit TLS)
|
# Mail TCP routers: SMTP (25), SMTPS (465 implicit TLS), IMAPS (993 implicit TLS)
|
||||||
#mail-smtp = {
|
mail-smtp = {
|
||||||
# # catch-all TCP router for port 25
|
# catch-all TCP router for port 25
|
||||||
# rule = "HostSNI(`*`)";
|
rule = "HostSNI(`*`)";
|
||||||
# service = "mail-smtp";
|
service = "mail-smtp";
|
||||||
# entryPoints = ["smtp"];
|
entryPoints = ["smtp"];
|
||||||
# };
|
};
|
||||||
|
|
||||||
mail-smtps = {
|
mail-smtps = {
|
||||||
# SMTPS implicit TLS - passthrough to backend
|
# SMTPS implicit TLS - passthrough to backend
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue