Forgor... again... added SMTP properly.

This commit is contained in:
Root User 2026-02-15 21:08:27 +01:00
parent e389ebb672
commit c884036b7a
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -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