Created
December 10, 2023 18:27
-
-
Save ergin/3e3ab90c84b61e58e861c46efb6a2844 to your computer and use it in GitHub Desktop.
G Suite (Gmail, aka Google Workspace) MX records, DNS file. Download the txt file and then import it to your DNS provider (e.g. Cloudflare) to complete the configuration steps.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; G Suite - https://gsuite.google.com/ | |
;; Adds G Suite MX records | |
;; Documentation | |
;; https://support.google.com/a/answer/140034 | |
;; Adds the default G Suite SPF as a TXT record. | |
;; Documentation | |
;; https://support.google.com/a/answer/33786 | |
;; MX Records | |
@ 1 IN MX 10 alt4.aspmx.l.google.com. | |
@ 1 IN MX 10 alt3.aspmx.l.google.com. | |
@ 1 IN MX 5 alt2.aspmx.l.google.com. | |
@ 1 IN MX 5 alt1.aspmx.l.google.com. | |
@ 1 IN MX 1 aspmx.l.google.com. | |
;; TXT Records | |
@ 1 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