Is it possible to enable DKIM/DMARC aggregate reporting to rua/rufs with
ScrolloutF1? I haven't seen this option but I'd like to generate reports
(RFC6651?) to sender domains somehow.
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The option to configure it is under ROUTE -> OUTGOING
Be very careful with DMARC or you could end up getting your mail rejected by the likes of Google or Microsoft. Start by setting p=none then work your way up to reject. For DKIM I'd only sign the headders and not the whole mail. Once you have it setup you will still need a piece of software installed somewhere to actually make sense of the reports. There are lots of Open Source options out there.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank you for your reply. I've already set up DMARC and worked my way up to reject. Some domains send out the following report for my domains, and I'm looking for an option to send out the same reports -- if possible with scrollout:
Hi
Is it possible to enable DKIM/DMARC aggregate reporting to rua/rufs with
ScrolloutF1? I haven't seen this option but I'd like to generate reports
(RFC6651?) to sender domains somehow.
Thanks
The option to configure it is under ROUTE -> OUTGOING
Be very careful with DMARC or you could end up getting your mail rejected by the likes of Google or Microsoft. Start by setting p=none then work your way up to reject. For DKIM I'd only sign the headders and not the whole mail. Once you have it setup you will still need a piece of software installed somewhere to actually make sense of the reports. There are lots of Open Source options out there.
Thank you for your reply. I've already set up DMARC and worked my way up to reject. Some domains send out the following report for my domains, and I'm looking for an option to send out the same reports -- if possible with scrollout:
Last edit: Jakob Overgaard 2018-11-02
Install OpenDMARC for Postfix. For a decent setup guide follow Steve Jenkins how to.
https://www.stevejenkins.com/blog/2015/03/installing-opendmarc-rpm-via-yum-with-postfix-or-sendmail-for-rhel-centos-fedora/
Thank you for the suggestion. That's exactly what I've been looking for.