From: Grant Date: Fri, 7 Apr 2023 16:37:08 +0000 (+0100) Subject: Merge pull request #21 from jbelien/patch-1 X-Git-Url: https://git.openstreetmap.org./dns.git/commitdiff_plain/dbbc23c2ec0a275ae95cd456306fae8cb5f1a9fa?hp=f34d5d08382625fa713a930e4bc4fcc45d41302d Merge pull request #21 from jbelien/patch-1 Update stateofthemap-eu.js --- diff --git a/src/stateofthemap-eu.js b/src/stateofthemap-eu.js index 14f4836..650ce30 100644 --- a/src/stateofthemap-eu.js +++ b/src/stateofthemap-eu.js @@ -13,11 +13,18 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), ], }), - // Let openstreetmap.at handle email + // Let OSMBE handle email (through Fastmail) + // https://www.fastmail.help/hc/en-us/articles/1500000280261 - // MX("@", 1, "mail.openstreetmap.at."), + MX("@", 10, "in1-smtp.messagingengine.com."), + MX("@", 20, "in2-smtp.messagingengine.com."), + + TXT("@", "v=spf1 include:spf.messagingengine.com ?all"), + CNAME("fm1._domainkey", "fm1.stateofthemap.eu.dkim.fmhosted.com."), + CNAME("fm2._domainkey", "fm2.stateofthemap.eu.dkim.fmhosted.com."), + CNAME("fm3._domainkey", "fm3.stateofthemap.eu.dkim.fmhosted.com."), - // site hosted on github pages + // Site hosted on github pages ALIAS("@", "osmbe.github.io."), CNAME("www", "osmbe.github.io.")