From 58964cc10f376e230f78ab0a0543fb10295ee5ac Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 27 Oct 2024 11:21:12 +0100 Subject: [PATCH] bundles/rspamd: send dmarc report emails from devnull address --- bundles/rspamd/files/local.d/dmarc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/rspamd/files/local.d/dmarc.conf b/bundles/rspamd/files/local.d/dmarc.conf index fa42ec0..195361e 100644 --- a/bundles/rspamd/files/local.d/dmarc.conf +++ b/bundles/rspamd/files/local.d/dmarc.conf @@ -1,7 +1,7 @@ reporting { enabled = true; - email = 'dmarc+${node.name.replace('.', '-')}@kunbox.net'; - domain = '${node.metadata.get('hostname')}'; + email = 'devnull@${node.metadata.get('postfix/myhostname')}'; + domain = '${node.metadata.get('postfix/myhostname')}'; org_name = 'kunbox.net'; smtp = '127.0.0.1'; smtp_port = 25;