DMARC access granted to nongnu.org; unable to change rejection policy

What is the name of the domain?

What is the error message?

DMARC access pass for nongnu.org

What is the issue you’re encountering

unable to configure DMARC through web interface

What steps have you taken to resolve the issue?

googling, configuring through the web admin

What are the steps to reproduce the issue?

im guessing using freebsd

Screenshot of the error

DMARC is looking at the “From:” header of the message.

As the “From:” header of the message has the domain name “unidef.net”, DMARC and it’s alignment will be validated according to “unidef.net”.

Since the SMTP MAIL FROM (Envelope From, Return-Path, etc.) that the SPF checks are done with, is on a completely different domain, “nongnu.org”, you CANNOT pass the SPF part of DMARC.

You’re always going to fail the SPF alignment, even if the SPF checks are passing, because the two domains aren’t equal.