bundlewrap/bundles/rspamd/files/local.d/dmarc.conf

10 lines
280 B
Plaintext
Raw Normal View History

2021-09-06 07:11:36 +00:00
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')}';
2021-09-06 07:11:36 +00:00
}