mailcow / mailcow-dockerized

mailcow: dockerized - 🐮 + 🐋 = 💕
https://mailcow.email
GNU General Public License v3.0
8.28k stars 1.13k forks source link

Add a DMARC report analyzer and visualizer page (like parsedmarc or Fraudmarc CE) #4881

Open me-me-me-me opened 1 year ago

me-me-me-me commented 1 year ago

Summary

Having a tool that can perform DMARC analysis is certainly useful because it allows you to discover any problems

Motivation

Having a page in Mailcow for DMAC analysis avoids having to sign up for an online service. It should obviously be provided the possibility to manage rua and ruf, perhaps through the automatic creation of mailboxes when adding a domain.

Additional context

No response

RobMeerwijk commented 1 year ago

Seems like overkill to me. There is a perfect well maintained docker parsedmarc/elasticsearch available at: https://github.com/patschi/parsedmarc-dockerized. Works out of the box. You could try that.

VermiumSifell commented 1 year ago

Would like this feature too

RobMeerwijk commented 1 year ago

Would like this feature too

Did you see my suggestion just before. The concept of containers is to perform dedidicated tasks in dedicated separate "devices". There is a perfect well maintained docker solution available for dmarc analysis: https://github.com/patschi/parsedmarc-dockerized. Works out of the box. I can't see how you can beat that. dmarc-elastic

VermiumSifell commented 1 year ago

I think it would be a great idea tho to add this as a container for mailcow and integrate it in the WebUI for simplicity

RobMeerwijk commented 1 year ago

It is not one container. It is a stack of 6 containers. Rather memory hungry too. Besides, there is absolutely no advantage in integration with mailcow. Just follow the recipe in https://github.com/patschi/parsedmarc-dockerized and a few minutes later you are up and running...