I have in-house SMTP server with SPF, DMARC and DKIM configured for my domain. For inbound mail I use 3d party service.
MX is included into SPF record
v=spf1 a mx include: _spf.mailprovider.com include:spf.mail.example.com ~all
DMARC is configured to reject all unverified senders
v=DMARC1;p=reject;rua=mailto:rua@example.com;ruf=mailto:ruf@example.com;pct=100;
My problem is, I started to recieve 2-3x less incoming mail after I configured DMARC record. Is it possible it blocks inbound mail? I thought it's only for outbound mail control.
If so, can I configure DMARC to be used only for outbound authenticity check? I don’t want to limit incoming messages, even spam.