dmarc-reports: report mail message id with domain
This commit is contained in:
parent
ab52efd622
commit
b859c910ab
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ in
|
|||
domain = "${cfg.dmarcReporting.domain}";
|
||||
org_name = "${cfg.dmarcReporting.organizationName}";
|
||||
from_name = "${cfg.dmarcReporting.fromName}";
|
||||
msgid_from = "dmarc-rua";
|
||||
msgid_from = "${cfg.dmarcReporting.domain}";
|
||||
${lib.optionalString (cfg.dmarcReporting.excludeDomains != []) ''
|
||||
exclude_domains = ${builtins.toJSON cfg.dmarcReporting.excludeDomains};
|
||||
''}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue