Tutorials › How to configure DKIM/SPF/DMARC in G Suite
How to configure DKIM/SPF/DMARC in G Suite
Overview
Steps for configuring DKIM, SPF and DMARC in G Suite in order to improve email deliverability.
Replace example.com with your domain.
Steps
I. Configure DKIM
- Login to your GSuite admin panel: https://admin.google.com/
- Click Apps
- Click G Suite
- Click Gmail
- Click Authenticate email
- Click Generate new record
- Click Generate
- Update your DNS with the TXT record
- Click Start authentication
- Test DKIM is set up by using the G Suite Check MX tool: https://toolbox.googleapps.com/apps/checkmx/check
II. Configure SPF
- Create a new TXT record in your DNS with the name
example.com
and the following content:
v=spf1 include:_spf.google.com ~all
- If you already have a SPF record (for example, because you’re using Mailchimp), then add a separate include as seen below:
v=spf1 include:_spf.google.com include:servers.mcsv.net ~all
- Test SPF is set up by using the G Suite Check MX tool: https://toolbox.googleapps.com/apps/checkmx/check
III. Configure DMARC
Optionally set up an email alias, group or forwarder for DMARC email. Otherwise use a real email address.
Only configure DMARC once DKIM and SPF have been set up and running, ideally for at least 48 hours.
- Create a new TXT record in your DNS with the name
_dmarc.example.com
and the following content:
v=DMARC1; p=none; rua=mailto:[email protected]
- Test DMARC is set up by using the G Suite Check MX tool: https://toolbox.googleapps.com/apps/checkmx/check