From b1daa3661d8db7928f079a4ba5af7c6ee17f29b0 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sun, 5 Jul 2026 12:00:01 +0100 Subject: [PATCH] Update osmfoundation.org per mailbox.org recommendations --- src/osmfoundation.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osmfoundation.js b/src/osmfoundation.js index 7abf17b..572aed3 100644 --- a/src/osmfoundation.js +++ b/src/osmfoundation.js @@ -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" ] -- 2.47.3