Skip to content

Instantly share code, notes, and snippets.

@dbrugne
Created March 26, 2015 10:35
Show Gist options
  • Save dbrugne/a71048fdd422fac3eef9 to your computer and use it in GitHub Desktop.
Save dbrugne/a71048fdd422fac3eef9 to your computer and use it in GitHub Desktop.
Gandi DNS zone configuration for Mailgun
# The SPF record should be present as TXT to be able to be read by Mailgun, and optionnaly as SPF.
# To do that you need to edit the zone as "expert" cause Gandi IHM refuses to create a second TXT
# record for "@" (it can occurs if you have a Google Webmaster tool verification DNS record)
email 10800 IN CNAME mailgun.org.
krs._domainkey 10800 IN TXT "k=rsa; p=MIG...QAB"
@ 10800 IN SPF "v=spf1 include:mailgun.org ~all"
@ 10800 IN TXT "v=spf1 include:mailgun.org ~all"
@ 10800 IN TXT "google-site-verification=Gy0...xrY"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment