▲ | Avamander 5 days ago | |||||||
Can't practically require both SPF and DKIM with DMARC anyways. Doing so would also be dumb as it would break forwarding (even when DKIM would otherwise remain intact). Deprecating SPF would do everyone a favour though. Especially for reasons like these. | ||||||||
▲ | neuronflux 5 days ago | parent [-] | |||||||
SPF alignment ensures the MAIL FROM domain matches the From header. DKIM alignment ensures the From header matches the domain in the DKIM signature header. In the DMARC policy, you can set both adkim=s and aspf=s. Google owns and manages all of this, so they can send emails with a google.com MAIL FROM, a google.com header, and signed with a google.com DKIM key. And they could do likewise with gmail.com emails. I'm not clear on why this isn't practical, perhaps there is something I'm missing though? I would appreciate your viewpoint. Edit: I see you added a point about forwarding. | ||||||||
|