Skip to content

Instantly share code, notes, and snippets.

@mhemmings
Last active August 29, 2015 13:58
Show Gist options
  • Save mhemmings/10023967 to your computer and use it in GitHub Desktop.
Save mhemmings/10023967 to your computer and use it in GitHub Desktop.
A DNS zone file to set up Google Apps For Business
; CNAME Records
mail 3600 IN CNAME ghs.google.com.
calendar 3600 IN CNAME ghs.google.com.
docs 3600 IN CNAME ghs.google.com.
; MX Records
@ 3600 IN MX 10 ASPMX.L.GOOGLE.COM.
@ 3600 IN MX 20 ALT1.ASPMX.L.GOOGLE.COM.
@ 3600 IN MX 20 ALT2.ASPMX.L.GOOGLE.COM.
@ 3600 IN MX 30 ASPMX2.GOOGLEMAIL.COM.
@ 3600 IN MX 30 ASPMX3.GOOGLEMAIL.COM.
; TXT Records
@ 3600 IN TXT "v=spf1 include:_spf.google.com ~all"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment