bundlewrap/bundles/rspamd/files/local.d/dmarc.conf
Franzi 759a711dc5
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
bundles/rspamd: remove from_name from dmarc reporting config
2022-03-12 10:08:04 +01:00

9 lines
219 B
Plaintext

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