Published | 18/12/2018 |
---|---|
Last Updated | 20/11/2024 |
Gmail is an essentially core app of G Suite. However setup domain records for Gmail requires a few steps to ensure the service will work properly:
Failing to setup SPF, DKIM and DMARC records may make your organization emails marked as untrustworthy and end up in spam folder.
When buying domain from a registar, certain registars may pre-set domain MX and SPF records to associate with their free email services. These records need to be removed before configuring MX records for Gmail:
spf
stringAdd the following MX records to your domain:
Name/Host/Alias | Time to Live (TTL*) | Record Type | Priority | Value/Answer/Destination |
---|---|---|---|---|
@ or leave blank | 3600 | MX | 1 | ASPMX.L.GOOGLE.COM. |
@ or leave blank | 3600 | MX | 5 | ALT1.ASPMX.L.GOOGLE.COM. |
@ or leave blank | 3600 | MX | 5 | ALT2.ASPMX.L.GOOGLE.COM. |
@ or leave blank | 3600 | MX | 10 | ALT3.ASPMX.L.GOOGLE.COM. |
@ or leave blank | 3600 | MX | 10 | ALT4.ASPMX.L.GOOGLE.COM. |
Reference: https://support.google.com/a/answer/140034?hl=en
SPF record prevent spammers from spoofing using your domain.
Add the following TXT record to domain:
@
or leave it blank. Your other DNS records might indicate which entry is correct.