1

Topic: enhancement suggestion - DMARC reporting

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 1.6.2
- Deployed with iRedMail Easy or the downloadable installer? downloadable installer
- Linux/BSD distribution name and version: ubuntu 22.04 LTS
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):  mySQL (MariaDB)
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? Yes 5.3
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue. N/A
====
Having had a slightly broken iRedMail server and iRedAdmin-Pro install running my archive email for years, I've just reinstalled it from scratch on a new machine, brought it up to date, and made it work properly.

Along the way I've been setting up working spf and dkim records (finally! - never bothered getting dkim working properly before), and registered for dmarc reports.

It seems that it might not be too difficult to parse the xml from dmarc report providers and provide stats within the iRedAdmin-pro console regarding email deliverability for those providers who submit reports, and that this might be really useful to 'proper' email administrators.

I might try to build something myself at some point, and share it if it's any use, but that might take years, so throwing the idea out there in case it might be more useful to someone else.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: enhancement suggestion - DMARC reporting

Actually we wrote a (60%-done) DMARC report command line tool in Golang, but didn't find it very useful, hence we abandoned it. sad
May revisit and bring it back.

3

Re: enhancement suggestion - DMARC reporting

ZhangHuangbin wrote:

Actually we wrote a (60%-done) DMARC report command line tool in Golang, but didn't find it very useful, hence we abandoned it. sad
May revisit and bring it back.

Quick google shows https://www.linuxbabe.com/mail-server/p … 8-04-16-04

which looks pretty, but seems way too involved to generate some graphs. We haven't installed it, but may be open to taking the raw data parsed and visualizing it another way.

HTH

4

Re: enhancement suggestion - DMARC reporting

fusionemail wrote:
ZhangHuangbin wrote:

Actually we wrote a (60%-done) DMARC report command line tool in Golang, but didn't find it very useful, hence we abandoned it. sad
May revisit and bring it back.

Quick google shows https://www.linuxbabe.com/mail-server/p … 8-04-16-04

which looks pretty, but seems way too involved to generate some graphs. We haven't installed it, but may be open to taking the raw data parsed and visualizing it another way.

HTH

It introduces ParseDMARC which relies on Python (ParseDMARC) + ElasticSearch (Java) + Kibana (Java)...