Skip to main content
Protect your domain reputation today
SimpleDMARC
Amazon SES← All how-tos

How to Set Up DMARC for Amazon SES | SimpleDMARC

Step-by-step DMARC setup for Amazon SES — identity verification, generate a monitor-mode record, configure DKIM through the SES console, verify, then enforce.

SimpleDMARC Team

Last updated August 13, 2026

Why SES Setup Looks Different From Other Providers

Amazon SES isn't an inbox provider — it's usually handling transactional mail (receipts, password resets, notifications) alongside a separate business email provider like Microsoft 365 or Google Workspace. That combination is the normal case, not an edge case, so this guide assumes you might have two mail sources to account for, not just one.

Before anything else: SES requires you to verify a domain identity before it'll send mail at all. If you haven't done that in the SES console under Verified identities, start there — DKIM signing depends on it.

Step 1Generating Your DMARC Record

DNS / record
v=DMARC1; p=none; rua=mailto:dmarc-reports@yourdomain.com; ruf=mailto:dmarc-reports@yourdomain.com; fo=1; adkim=r; aspf=r; pct=100

p=none keeps everything in monitor mode. This matters particularly here — if SES handles transactional mail separately from your main provider, you want to see both sources cleanly in reports before enforcing anything.

Step 2Configure SPF for Amazon SES

If SES is genuinely your only mail source:

DNS / record
v=spf1 include:amazonses.com ~all

More commonly, SES handles transactional mail while another provider handles everything else:

DNS / record
v=spf1 include:amazonses.com include:spf.protection.outlook.com ~all

Step 3Enable DKIM in the SES Console

Select your verified domain identity, find the DKIM section, and enable Easy DKIM — Amazon's managed signing. This generates three CNAME records to publish in your DNS. If your domain is on Route 53, SES can often publish these automatically during verification; otherwise, add them manually wherever your DNS actually lives.

Step 4Wait for Enforcement (Monitor First)

Give it one to two weeks before touching policy. Check reports for:

  • SES-sent transactional mail passing cleanly
  • Your primary business mail provider passing separately
  • Anything unrecognized that shouldn't be sending as your domain

Once both sources look clean, move to p=quarantine, then p=reject, by updating the same record.

Step 5Verify Your Setup

  • Confirm the record with a DMARC Checker
  • Check your "From" domain in SES sending configuration matches the domain your SPF and DKIM are aligned to — a mismatch here causes DMARC to fail even when both mechanisms technically pass
  • Send a real test message through SES and separately through your other provider, checking authentication results for both.

Frequently asked questions

Do I need to verify my domain before setting up DMARC on SES?
Yes. SES requires domain identity verification before it will send mail or support DKIM signing on that domain.
What's the difference between Easy DKIM and Bring Your Own DKIM?
Easy DKIM uses Amazon-managed keys. Custom DKIM lets you use your own key pair — useful if you're migrating from another system and want to keep an existing selector.
My SES mail has SPF and DKIM enabled but still fails DMARC. Why?
Check the "From" domain in your SES sending configuration. If it doesn't match the domain your SPF and DKIM are aligned to, DMARC alignment fails regardless.
Can I use SES alongside Microsoft 365 or Google Workspace?
Yes — this is the normal setup, not unusual. Both need to be in your SPF record, and both need their own DKIM configured separately.
How long does DKIM verification take in the SES console?
Typically a few hours, sometimes longer depending on DNS propagation. Check the console for current status rather than assuming it's active right after publishing.

Protect your domain with SimpleDMARC

Monitor DMARC reports, catch spoofing early, and move from p=none to enforcement with confidence.

How to Set Up DMARC for Amazon SES | SimpleDMARC