]> git.openstreetmap.org Git - dns.git/commitdiff
Update osmfoundation.org per mailbox.org recommendations master
authorGrant Slater <github@firefishy.com>
Sun, 5 Jul 2026 11:00:01 +0000 (12:00 +0100)
committerGrant Slater <github@firefishy.com>
Sun, 5 Jul 2026 11:00:01 +0000 (12:00 +0100)
src/osmfoundation.js

index 7abf17b1d0afb8f652306546a2c4ebaa40ef5979..572aed37bcdbc70de9c8f4a91114cfd11c4dfefa 100644 (file)
@@ -7,7 +7,8 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
 
   MX("@", 10, "mxext1.mailbox.org."),
   MX("@", 10, "mxext2.mailbox.org."),
-  MX("@", 20, "mxext3.mailbox.org."),
+  MX("@", 10, "mxext3.mailbox.org."),
+  MX("@", 10, "mxext4.mailbox.org."),
 
   // Handle mail for the join subdomain ourselves
 
@@ -20,7 +21,6 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
     parts: [
       "v=spf1",
       "include:mailbox.org",     // mailbox.org
-      "include:_spf.google.com", // Google GSuite
       "include:openstreetmap.org",  // main openstreetmap.org spf record
       "-all"
     ]