supported.systems: add explicit webmail CNAME → mail.supported.systems

Same pattern as autoconfig/autodiscover/imap/smtp/pop — webmail was
being caught by the wildcard (* 60 IN A 108.61.23.129) and resolving
to the docker host. Explicit CNAME points it at the mail server FQDN
where the webmail UI actually runs.
This commit is contained in:
Ryan Malloy 2026-05-20 15:54:17 -06:00
parent 85ec79f14b
commit b6de35ff69

View File

@ -80,6 +80,7 @@ autodiscover 300 IN CNAME mail.supported.systems
imap 300 IN CNAME mail.supported.systems
smtp 300 IN CNAME mail.supported.systems
pop 300 IN CNAME mail.supported.systems
webmail 300 IN CNAME mail.supported.systems
*.vpn 300 IN CNAME vpn.supported.systems
app.mcpmc-1.l 300 IN CNAME mpmc-1.l.supported.systems
auth.llm-fusion-mcp.l 300 IN CNAME llm-fusion-mcp.l.supported.systems