I'm trying to wrap my head around how DMARC works and how to treat the resulting emails.
From what I have understood, DMARC works on three key features:
- SPF verification
- DKIM verification
- Domain alignment.
But I'm not sure about when to consider DMARC to fail/pass.
For instance, if DKIM and Domain alignment for DKIM are correct, but SPF Fails. Does DMARC is considered a pass or a fail?
Is DMARC considered a pass only when all three keys pass (SPF is good, DKIM is good and domain alignment for both SPF and DKIM is good)? Or is it only for either (SPF + domain alignment for SPF) OR (DKIM + domain alignment for DKIM)?