mailcow / mailcow-dockerized

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

Add option in webui to exclude domains from rspamd dmarc reporting #4976

Open 8ear opened 1 year ago

8ear commented 1 year ago

Summary

In documentation https://docs.mailcow.email/post_installation/firststeps-dmarc_reporting/ is described how we can setup correct dmarc reporting to other domains. But a lot of mail domain owners are not able to set DMARC mail adresses correctly. Therefore we need the possiblity to add domain exclusions. This is possible by a map file:

exclude_domains = '/path/to/map'; # Exclude reports from domains or eSLDs listed in this map

see: https://rspamd.com/doc/modules/dmarc.html

It will be great if this map file can be modified via webui and there is an overview which DMARC report was unable to send.

Kind regards

Motivation

It helps all if the people send DMARC reports, but it useless if the people get a lot of mail unddeliverable mail reports.

Additional context

No response

Kofl commented 1 year ago

Seems rspamd has such an option:

exclude_domains (Optional): A path to a map file containing a list of domains or eSLDs to be excluded from the reports. Alternatively, an array of domains can be used for the same purpose.

https://rspamd.com/doc/modules/dmarc.html

w64 commented 3 weeks ago

I am also interested in such a feature. Maybe this should be a setting in the rspamd web interface since it is a function of it!?