Implement DMARC Support
Implement DMARC support for incoming e-mail.
In the webadmin console this would have the following configurations:
Action if the SPF\DKIM tests fail and the DMARC policy for the domain or subdomain is None - this should be a drop down list of:
Deliver (deliver to recipient)
Spam (deliver to recipients spam folder)
Quarantine (deliver to server quarantine)
Reject (reject e-mail)
[Deliver or Spam being sane options]
Action if the SPF\DKIM tests fail and the DMARC policy for the domain or subdomain is Quarantine- this should be a drop down list the same options as above (Quarantine being the sane option).
Action if the SPF\DKIM tests fail and the DMARC policy for the domain or subdomain is Reject- this should be a drop down list the same options as above (Quarantine being the sane option).
Checkbox to enable\disable sending of aggregate reports to the rua address
Checkbox to enable\disable sending of message specific failure reports to the ruf address.
See http://tools.ietf.org/html/rfc7489 for details on DMARC
-
M Dovey commented
Sorry, I meant reject would be the sane default option for "Action if the SPF\DKIM tests fail and the DMARC policy for the domain or subdomain is Reject"