bundles/rspamd: send dmarc reports

This commit is contained in:
Franzi 2021-09-06 09:11:36 +02:00
parent 530462e9d2
commit 4ca0926546
Signed by: kunsi
GPG key ID: 12E3D2136B818350
5 changed files with 58 additions and 0 deletions

View file

@ -0,0 +1,10 @@
reporting {
# Required attributes
enabled = true; # Enable reports in general
email = 'dmarc@${node.metadata.get('hostname')}'; # Source of DMARC reports
domain = '${node.metadata.get('hostname')}'; # Domain to serve
org_name = 'kunbox.net'; # Organisation
smtp = '127.0.0.1'; # SMTP server IP
smtp_port = 25; # SMTP server port
from_name = 'rspamd @ ${node.metadata.get('hostname')}'; # SMTP FROM
}