---
title: "Set Up DMARC: Protect Your Business Domain from Email Spoofing"
description: "DMARC helps businesses protect their sending domain from misuse and keep legitimate emails reliably deliverable."
canonical: "https://www.bajorat-media.com/en/blog/set-up-dmarc-protect-business-domain/"
locale: "en"
collection: "blog"
lastModified: "2026-07-22T09:00:00.000Z"
image: "https://www.bajorat-media.com/assets/img/blog/dmarc-einrichten-unternehmensdomain-titelbild.webp"
---

# Set Up DMARC: Protect Your Business Domain from Email Spoofing

DMARC helps businesses protect their sending domain from misuse and keep legitimate emails reliably deliverable.

When an invoice, proposal email or contact confirmation is sent from your company domain, recipients expect it to come from your business. Attackers exploit exactly that expectation in email spoofing: they use a familiar sender address even though the message originates from an unrelated system.

DMARC gives receiving mail servers an instruction for these cases. Businesses can specify how emails should be handled when SPF or DKIM do not align with the visible sender domain, and receive reports about who is using their domain in the sender field. This guide explains how to introduce it without disrupting legitimate mail streams.

## Set up DMARC: what the protocol adds to SPF and DKIM

SPF and DKIM provide the technical basis. An [SPF record](/en/blog/spf-record-what-is-it/) declares which servers may send email for a domain. DKIM adds a cryptographic signature to a message. Both methods check technical sender information that recipients do not usually see.

DMARC looks at the domain in the visible `From:` field and requires an appropriate connection to SPF or DKIM. This is called *alignment*: at least one successful SPF or DKIM check has to align with the visible sender domain. It does not prevent every fraudulent email, but it makes impersonating your domain substantially more difficult.

| Method | Core purpose | What DMARC adds |
|---|---|---|
| SPF | Publish authorised sending servers in DNS | Checks whether the authenticated domain aligns with the visible sender domain |
| DKIM | Sign a message with a domain | Uses a valid, aligned signature as evidence |
| DMARC | Publish a policy and reporting address | Directs how failures are handled and reveals unknown senders |

The [DMARC specification, RFC 7489](https://datatracker.ietf.org/doc/html/rfc7489), defines the technical foundation: it combines existing authentication with a policy and recipient feedback. A DMARC record is therefore not a replacement for SPF or DKIM, but the framework around both.

## Why DMARC matters to businesses in practice

DMARC often becomes a topic when newsletters begin landing in spam. Its greater benefit is protecting sender identity. Fraudulent messages using a trusted domain can lead partners, customers or staff to make false payments, reset passwords or disclose data. A domain without coordinated authentication is easier to imitate convincingly.

Deliverability also benefits from a reliable sending foundation. Google requires all senders to personal Gmail accounts to use SPF or DKIM. Senders delivering more than 5,000 messages a day to Gmail accounts need SPF, DKIM and DMARC under the current [Gmail sender guidelines](https://support.google.com/mail/answer/81126?hl=en); a monitoring policy is allowed as the starting point. Google recommends the full combination for every sending domain.

That is not a reason to activate the strictest protection immediately. **DMARC is effective when known sending paths have been captured first.** Especially in SMEs, several systems commonly send under the same domain:

- the regular mailbox system for personal correspondence;
- the website for contact confirmations or password resets;
- invoicing, CRM or ticketing systems;
- newsletter and event tools;
- shop, booking or application platforms;
- external providers sending on the company’s behalf.

A forgotten system is not a minor technical detail. Without suitable SPF or DKIM configuration, its legitimate messages can be quarantined or rejected.

![Illustration of a controlled DMARC rollout with sender inventory, validation and phased policies](/assets/img/blog/dmarc-einrichten-rollout.webp)

## The three policies: monitor, quarantine, reject

The DMARC parameter `p` determines what a receiving server should do after a failed check. It is a request to the recipient, not a guarantee that every provider will handle it identically. The order of rollout matters more than choosing the strictest value on day one.

| Policy | Meaning | Useful use case |
|---|---|---|
| `p=none` | Monitor only and request reports | Start here to identify senders and configuration errors |
| `p=quarantine` | Preferentially treat failed mail as suspicious | Use when legitimate sending paths have been verified |
| `p=reject` | Request rejection of failed mail | Use when the domain is comprehensively secured and monitored |

With `p=none`, forged messages are not blocked. This phase is still valuable: aggregate reports show which sending sources use the domain and whether SPF, DKIM and alignment pass. The files are technical and may contain many sources. Smaller teams therefore benefit from a process or service that makes them understandable and governs access and retention.

## How to introduce DMARC without losing legitimate email

A practical DMARC rollout begins with an inventory, not a DNS record. Documenting the following steps reduces the chance that important transactional emails stop arriving.

1. **Inventory senders.** List every system that sends with your domain in the visible sender field, including forms, scanners, ERP software and separate marketing tools.
2. **Check SPF and DKIM for each sender.** Establish which domain SPF authenticates and which domain DKIM signs with for every path. The visible `From:` domain must align appropriately.
3. **Start DMARC in monitoring mode.** Publish a valid DNS record using `p=none` and an address for reports. Exact syntax depends on the domain, reporting path and subdomains in use.
4. **Review reports over several sending cycles.** Do not only look at newsletters: monthly invoices, recruiting, support, website forms and infrequent system emails all need a chance to appear.
5. **Classify unknown sources.** Some entries reveal configuration errors; others can indicate abuse. Investigate before adding or disregarding them.
6. **Tighten gradually.** After cleanup, use `quarantine` first and `reject` as the final step once the situation is stable. With many domains or complex sending paths, a staged percentage can make sense.
7. **Make it part of operations.** A new CRM, newsletter tool or website relaunch needs an SPF, DKIM and DMARC check before it sends.

The decisive factor is not the length of the DNS record, but the assignment: which application may send under which domain? A service may sign successfully in technical terms and still fail DMARC when its signature belongs to a third-party domain.

## Common SPF, DKIM and DMARC pitfalls

Most issues occur at the interfaces between several providers. Teams should test these cases deliberately before tightening a policy:

| Pitfall | Effect | What helps |
|---|---|---|
| A website form uses the visitor as the sender | SPF and DKIM cannot align with your sending domain | Use your own domain in `From:` and the visitor address in `Reply-To` |
| A newsletter tool signs only with its own domain | DKIM may not align for DMARC | Configure and test a custom sending domain with the provider |
| SPF omits a sending service | Legitimate mail fails or is treated as spam | Maintain the sender inventory and control DNS changes |
| Forwarding changes messages | SPF or DKIM can break in transit | Test critical forwarding and take DKIM into account |
| A subdomain is used for marketing | Policies may apply differently than expected | Plan the main domain and subdomains as a documented sending model |

If you operate website and form mail yourself, do not treat this configuration as an afterthought during a hosting migration. [Web hosting and WordPress hosting](/en/services/webhosting-and-wordpress-hosting/) at Bajorat Media includes the technical foundation for reliable website operations. The specific email and DNS setup must always fit the provider and systems in use.

## DMARC is not a free pass to the inbox

DMARC does not automatically improve a domain’s reputation or guarantee that every message reaches the inbox. Recipients also evaluate content, sending behaviour, complaints, technical infrastructure and other signals. For large senders, Google additionally names TLS, valid DNS resolution, low spam rates and easy unsubscribe options for marketing emails.

Conversely, DMARC does not replace phishing awareness. Attackers can use other domains, lookalike spellings or compromised accounts. **The strongest effect comes from authenticated sending paths, traceable processes and attentive recipients.**

## Conclusion: create transparency before enforcing protection

For businesses, DMARC is a useful step towards securing their own domain as a sender and understanding their email infrastructure. The lowest-risk path is a complete sender inventory, a monitoring phase with reports and a phased policy.

If you mainly need to know how authorised servers are published in DNS, start with [What is an SPF record?](/en/blog/spf-record-what-is-it/). For DMARC itself, the rule is: do not publish a record as quickly as possible; review the email landscape until every legitimate message has a suitable authentication path.
