bundles/rspamd: send dmarc report emails from devnull address

This commit is contained in:
Franzi 2024-10-27 11:21:12 +01:00
parent ec8af84fb1
commit 58964cc10f
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -1,7 +1,7 @@
reporting { reporting {
enabled = true; enabled = true;
email = 'dmarc+${node.name.replace('.', '-')}@kunbox.net'; email = 'devnull@${node.metadata.get('postfix/myhostname')}';
domain = '${node.metadata.get('hostname')}'; domain = '${node.metadata.get('postfix/myhostname')}';
org_name = 'kunbox.net'; org_name = 'kunbox.net';
smtp = '127.0.0.1'; smtp = '127.0.0.1';
smtp_port = 25; smtp_port = 25;