From 48b9b3a92f4593793c933ba1e21aee28dea724f9 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 11 Aug 2026 12:05:15 +0100 Subject: moves mail client settings domain to mail.joeac.net --- README.md | 8 -------- ansible/roles/mox/templates/domains.conf | 2 +- ansible/vars/common.yml | 3 --- 3 files changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index c7faac2..b86a765 100644 --- a/README.md +++ b/README.md @@ -62,14 +62,6 @@ Request reporting about TLS failures. _smtp._tls.mail.joeac.net. TXT v=TLSRPTv1; rua=mailto:tlsreports@mail.joeac.net ``` -Client settings will reference a subdomain of the hosted domain, making it -easier to migrate to a different server in the future by not requiring settings -in all clients to be updated. - -``` -clientsettings.mail.joeac.net. CNAME mail.joeac.net. -``` - Autoconfig is used by Thunderbird. Autodiscover is (in theory) used by Microsoft. diff --git a/ansible/roles/mox/templates/domains.conf b/ansible/roles/mox/templates/domains.conf index 969dea2..a354875 100644 --- a/ansible/roles/mox/templates/domains.conf +++ b/ansible/roles/mox/templates/domains.conf @@ -1,6 +1,6 @@ Domains: mail.joeac.net: - ClientSettingsDomain: clientsettings.mail.joeac.net + ClientSettingsDomain: mail.joeac.net LocalpartCatchallSeparator: + DKIM: Selectors: diff --git a/ansible/vars/common.yml b/ansible/vars/common.yml index e50f6e7..26767e3 100644 --- a/ansible/vars/common.yml +++ b/ansible/vars/common.yml @@ -41,9 +41,6 @@ subdomains: - name: autoconfig.mail full_domain: autoconfig.mail.joeac.net mox_handler: none - - name: clientsettings.mail - full_domain: clientsettings.mail.joeac.net - mox_handler: none - name: mta-sts.mail full_domain: mta-sts.mail.joeac.net mox_handler: none -- cgit v1.2.3