DMARC tells receivers what to do when your visible From domain is spoofed or misaligned. Passing DMARC is also a trust signal for inbox placement.
_dmarc.example.com TXT "v=DMARC1; p=none; rua=mailto:dmarc@example.com"p=none does not enforce. It helps you observe alignment and discover unknown senders.
That’s usually alignment: the domain in header.from must align with the domain that passed SPF (smtp.mailfrom) or DKIM (header.i). Fix by signing with the same domain, or adjusting Return-Path / custom domain in your ESP.