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

11 lines
432 B
Plaintext

reporting {
# Required attributes
enabled = true; # Enable reports in general
email = 'dmarc@${node.metadata.get('hostname')}'; # Source of DMARC reports
domain = '${node.metadata.get('hostname')}'; # Domain to serve
org_name = 'kunbox.net'; # Organisation
smtp = '127.0.0.1'; # SMTP server IP
smtp_port = 25; # SMTP server port
from_name = 'rspamd @ ${node.metadata.get('hostname')}'; # SMTP FROM
}