bundlewrap/bundles/rspamd/files/local.d/dmarc.conf
Franzi 05f9712b24
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
bundles/rspamd: change dmarc reporting sender to working address
2021-09-08 14:43:22 +02:00

10 lines
280 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;
from_name = 'rspamd @ ${node.metadata.get('hostname')}';
}