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;