]> git.openstreetmap.org Git - dns.git/commitdiff
Switch osmfoundation.org to mailbox.org MX
authorGrant Slater <github@firefishy.com>
Tue, 30 Jan 2024 17:56:10 +0000 (17:56 +0000)
committerGrant Slater <github@firefishy.com>
Tue, 30 Jan 2024 17:56:10 +0000 (17:56 +0000)
src/osmfoundation.js

index 7d83d66f182832939c886d4e9d0953bf510dc0a6..866894fbbbde9cddee5d5facb2bc3bc8a1034e8e 100644 (file)
@@ -13,13 +13,11 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
     ],
   }),
 
-  // Let google handle email
+  // Let mailbox.org handle email
 
-  MX("@", 1, "aspmx.l.google.com."),
-  MX("@", 5, "alt1.aspmx.l.google.com."),
-  MX("@", 5, "alt2.aspmx.l.google.com."),
-  MX("@", 10, "alt3.aspmx.l.google.com."),
-  MX("@", 10, "alt4.aspmx.l.google.com."),
+  MX("@", 10, "mxext1.mailbox.org."),
+  MX("@", 10, "mxext2.mailbox.org."),
+  MX("@", 20, "mxext3.mailbox.org."),
 
   // Handle mail for the join subdomain ourselves
 
@@ -100,6 +98,11 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
   CNAME("calendar", "ghs.googlehosted.com."),
   CNAME("sites", "ghs.googlehosted.com."),
 
+  // Aliases for mailbox.org services
+
+  CNAME("autoconfig", "mailbox.org."),
+  SRV("_hkps._tcp", 1, 1, 443, "pgp.mailbox.org."),
+
   // Main web server and it's aliases
 
   A("@", RIDLEY_IPV4),