# How to set up Google workspace SPF, DKIM & DMARC

In this guide, we will go over how to configure and set up SPF, DKIM, and DMARC for your Google workspace and why it is important. We will try to avoid details on how SPF, DKIM & DMARC work but will provide necessary information on how and why to set them up.

Before we start it is important to note that SPF, DKIM, and DMARC are all TXT records on your DNS and hence publicly available. So you wouldn't want to enter any information like a personal email address that you'd otherwise want to keep private.

Why should you set up this?

SPF, DMARC & DKIM are records that are used to validate if emails actually came from you and that they haven't been tampered with.&#x20;

### SPF (Sender Policy Framework):

This publicly announces the IPs allowed to send emails. A way of saying; "email is from me if it was sent from these IPs".

For SPF, create a DNS record pointing to:&#x20;

```
v=spf1 include:_spf.google.com ~all
```

Here is an example, only that this one is for Zoho. It should look like this when you are done. Murlist.com, as in the example below, should be your domain instead.

![SPF Example](/files/SPXJphlafWJqxOCG2PmT)

### DKIM (Domain Key Identified Mail)

Domain Key Identified Mail (DKIM) is used to allow the receiver mailbox to verify that the email you sent hasn't been tampered with in any form. This is important in making sure it wasn't maliciously changed in transit. Unlike SPF, DKIM is unique for each account. Chances are you already have this one set up in the initial configurations.

Steps to configure DKIM for Google workspace:

* Go to your [Google Admin](https://admin.google.com/):&#x20;
* Locate Gmail under App settings (App settings > Gmail > DKIM authentication)
* Click on "Generate new record"

Then go ahead and add the record in your DNS as a TXT record. Please do note that it might take a while for the changes to propagate.

### DMARC:

For DMARC, create a DNS TXT record named `_dmarc` pointing to:&#x20;

```
v=DMARC1; p=quarantine;  pct=90; sp=none
```

![](/files/t98kTr14gkpQWr9f9LUa)

After saving your changes, do give it some time to propagate and you should be all set now.

If you have any issues completing the guide, be sure to reach via the chatbox on our website or email <support@murlist.com> and we will be glad to help.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.murlist.com/mailbox-configurations/configure-spf-dkim-and-dmarc/how-to-set-up-google-workspace-spf-dkim-and-dmarc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
