From b6de35ff6922572a76dcf8e5fe9ccfeaa655c0f8 Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Wed, 20 May 2026 15:54:17 -0600 Subject: [PATCH] =?UTF-8?q?supported.systems:=20add=20explicit=20webmail?= =?UTF-8?q?=20CNAME=20=E2=86=92=20mail.supported.systems?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- zones/supported.systems.zone | 1 + 1 file changed, 1 insertion(+) diff --git a/zones/supported.systems.zone b/zones/supported.systems.zone index 42c67d8..2e83354 100644 --- a/zones/supported.systems.zone +++ b/zones/supported.systems.zone @@ -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