Http/Https only
E.g. doesn't allow you to route IMAP/SMTP traffic.
Helix
@Helix3 years ago
sikmir
@sikmir6 years ago
Not only http/https, traefik supports tcp/udp as well, see https://doc.traefik.io/traefik/routing/routers/#configuring-tcp-routers.
IMAP/SMTP works, depending on the server. You can't route to IMAPS/SMTPS, you need to do regular TCP. So either you manage IMAPS/SMTPS certificates on your mail server or you route to a non-TLS port.