]> git.openstreetmap.org Git - dns.git/commitdiff
Update stateofthemap-eu.js
authorJonathan Beliën <jbelien@users.noreply.github.com>
Fri, 7 Apr 2023 06:37:11 +0000 (08:37 +0200)
committerGitHub <noreply@github.com>
Fri, 7 Apr 2023 06:37:11 +0000 (08:37 +0200)
Add configuration for email

src/stateofthemap-eu.js

index 14f4836b8c433a5af1a38b2fa3a66b177d7922e3..3998f72776960c98fc1c0adc6022b828affa7bdd 100644 (file)
@@ -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.")