Skip to content

Instantly share code, notes, and snippets.

@nikcree
Last active June 1, 2017 22:00
Show Gist options
  • Save nikcree/04127a3aa21da8db732e6cfff1945bc3 to your computer and use it in GitHub Desktop.
Save nikcree/04127a3aa21da8db732e6cfff1945bc3 to your computer and use it in GitHub Desktop.
Google: GSuite Email Records
These are the records to set up with a domain registrar or in cPanel for GSuite Gmail
==============================
1. MX RECORDS
==============================
ASPMX.L.GOOGLE.COM 1
ALT1.ASPMX.L.GOOGLE.COM 5
ALT2.ASPMX.L.GOOGLE.COM 5
ALT3.ASPMX.L.GOOGLE.COM 10
ALT4.ASPMX.L.GOOGLE.COM 10
2. TXT RECORD FOR SPF (only use one of these)
@author https://support.google.com/a/answer/4568483
==============================
v=spf1 include:_spf.google.com ~all /* Send Mail only from Google Servers */
/* OR */
v=spf1 ip4:xx.xxx.xxx.xxx include:_spf.google.com ~all /* Replace xxx.xxx.xxx.xxx with the server IP Address. Multiple SPF Records to allow for sending mail from web server (IP Address) and Google */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment