diff options
| author | Joe Carstairs <me@joeac.net> | 2026-08-11 12:05:15 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-08-11 12:05:15 +0100 |
| commit | 48b9b3a92f4593793c933ba1e21aee28dea724f9 (patch) | |
| tree | b9e7f0ee69fbbbe6633c7af9f43ac8f1a8cadee3 | |
| parent | 0dcf712f1dc612e4cf5c11f47f9363911379b13a (diff) | |
moves mail client settings domain to mail.joeac.net
| -rw-r--r-- | README.md | 8 | ||||
| -rw-r--r-- | ansible/roles/mox/templates/domains.conf | 2 | ||||
| -rw-r--r-- | ansible/vars/common.yml | 3 |
3 files changed, 1 insertions, 12 deletions
@@ -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 |
