Skip to content

Instantly share code, notes, and snippets.

@vitalie
Created August 27, 2012 12:46
Show Gist options
  • Save vitalie/3488118 to your computer and use it in GitHub Desktop.
Save vitalie/3488118 to your computer and use it in GitHub Desktop.
LuaDNS - Google Apps Configuration Example (Bind)
; Configure domain's mail exchangers (MX)
; aspmx.l.google.com should have the highest priority
@ MX 1 aspmx.l.google.com.
@ MX 5 alt1.aspmx.l.google.com.
@ MX 5 alt2.aspmx.l.google.com.
@ MX 10 aspmx2.googlemail.com.
@ MX 10 aspmx3.googlemail.com.
; Configure mail.example.com
; it will allow us to access web email using
; http://mail.example.com instead of http://www.google.com/a/example.com
mail CNAME ghs.google.com.
; Include Google Apps SPF configuration
@ TXT "v=spf1 a mx include:_spf.googleogle.com ~all"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment