bundles/rspamd: change dmarc reporting sender to working address
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
3561a829d2
commit
05f9712b24
1 changed files with 7 additions and 8 deletions
|
@ -1,10 +1,9 @@
|
||||||
reporting {
|
reporting {
|
||||||
# Required attributes
|
enabled = true;
|
||||||
enabled = true; # Enable reports in general
|
email = 'dmarc+${node.name.replace('.', '-')}@kunbox.net';
|
||||||
email = 'dmarc@${node.metadata.get('hostname')}'; # Source of DMARC reports
|
domain = '${node.metadata.get('hostname')}';
|
||||||
domain = '${node.metadata.get('hostname')}'; # Domain to serve
|
org_name = 'kunbox.net';
|
||||||
org_name = 'kunbox.net'; # Organisation
|
smtp = '127.0.0.1';
|
||||||
smtp = '127.0.0.1'; # SMTP server IP
|
smtp_port = 25;
|
||||||
smtp_port = 25; # SMTP server port
|
from_name = 'rspamd @ ${node.metadata.get('hostname')}';
|
||||||
from_name = 'rspamd @ ${node.metadata.get('hostname')}'; # SMTP FROM
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue