DOMAINCHECK

Check DMARC and SPF for a domain

Control public records used to authorize senders and define the policy for handling unauthenticated messages.

SPF and DMARC only work properly if the sending domains and sources are consistent. Too strict a policy published too soon can block legitimate messages.

Role of each mechanism

MechanismFunction
SPFAllows servers that can send for the envelope domain.
DKIMSign the message with a domain key.
DMARCChecks alignment with the visible domain in From address and publishes a policy.

To understand their complementarity before changing the DNS, see differences between SPF, DKIM and DMARC.

Careful deployment

  1. Invent all services that send messages.
  2. Validate SPF and DKIM for each flow.
  3. Start DMARC with p=none and a functional reporting address.
  4. Analyze reports before moving gradually to quarantinethen possibly reject.

Field passive audit

DomainCheck verifies public data without authentication, vulnerability exploitation and message sending.

Check my domain Create my Protect space

Attention

There should normally be only one registration SPF by name. Audit DKIM complete requires to know the selector used. A DNS success also does not guarantee that all real flows are aligned.

For a detailed implementation, see the guide SPF, DKIM and DMARC OVH.

Updated on 20 August 2026.