The short checklist
- Publish one SPF record that lists your real senders and ends in a fail directive.
- Sign with DKIM at every service that sends as your domain.
- Publish DMARC, read the reports, then enforce — in that order.
- Check that subdomains are not exempted by an sp= tag.
Why email authentication is the technical half
5.4.1 calls for processes and automated mechanisms to detect and protect personnel against phishing attacks. Training is the human half. The technical half is anti-spoofing of your own domain, because the phishing mail that works best is the one that appears to come from you.
Monitor-only DMARC is not protection
p=none tells receivers to report failures and deliver them anyway. It is the right first step and the wrong resting place: under a control described as protecting personnel, a policy that observes spoofing and lets it through is a gap. Move to quarantine and then reject once the aggregate reports show your legitimate senders passing.
- Does the SPF record stay within the 10 DNS-lookup limit once includes are resolved?
- Is there exactly one SPF record? Two is a permanent error and SPF stops working.
- Does DMARC have a rua= address someone actually reads?
- Does sp=none quietly exempt every subdomain from an otherwise strict policy?
Change DNS in the safe order
Publishing an enforcing policy before the reports are clean drops real mail — invoices, password resets, receipts. Inventory the services that send as you first. That inventory is usually longer than anyone expects.
Primary source
Read the source rather than a summary of it, including this one: PCI DSS v4.0.1, requirement 5.4.1 — https://www.pcisecuritystandards.org/document_library/?class=pcidss&doc=pci_dss.
What the free check can and cannot tell you
Reviewed August 2026. The standard and the questionnaires change; confirm against the current text before relying on anything here.
Check your domain's published SPF, DKIM and DMARC
Preview the synthetic 5.4.1 remediation pack before deciding whether the paid artifact fits your review.