Hi,
Time has been running away (got a new kid new job). I have been generating DMARC-reporting for almost a month and it works great. I found the following guide that shows the basic about how to generate and send reports:
https://www.stevejenkins.com/blog/2015/ … os-fedora/
FYI - I use Ubuntu 14.04 myself and the opendmarc package is faulty there. That means that you manually have to change 3-4 functions because of a perl dependency
"DBD::yes" should be changed to "DBD::mysql" and "dbscheme" should be changed from "DBD" to "mysql" in following files :
/usr/sbin/opendmarc-params
/usr/sbin/opendmarc-import
/usr/sbin/opendmarc-reports
/usr/sbin/opendmarc-expire
After that is solved, the guide I mentioned above should work great on Ubuntu 14.04. I have not testet it on other distros.
I hope this can help you guys, it atleast helped me. Just feel free to ask and I will try to help you as fast as possible.