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-smtp = {
|
||||
# # catch-all TCP router for port 25
|
||||
# rule = "HostSNI(`*`)";
|
||||
# service = "mail-smtp";
|
||||
# entryPoints = ["smtp"];
|
||||
# };
|
||||
mail-smtp = {
|
||||
# catch-all TCP router for port 25
|
||||
rule = "HostSNI(`*`)";
|
||||
service = "mail-smtp";
|
||||
entryPoints = ["smtp"];
|
||||
};
|
||||
|
||||
mail-smtps = {
|
||||
# SMTPS implicit TLS - passthrough to backend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue