Hello,
is it possible to implement DMARC record without DKIM.Only SPF record and DMARC.
Current SPF record looks like this:
v=spf1 mx include:spf.protection.outlook.com ip4:x.x.x.x ~all
I am planning to implement dmarc like this:
v=DMARC1; p=none; rua=mailto:dmarc@exampledomain.com; ruf=mailto:dmarc@exampledomain.com; fo=1
Any advice?
Thank you


