mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2025-01-26 04:48:12 +01:00
dmarc-reports: report mail message id with domain
This commit is contained in:
parent
af7d3bf5da
commit
136636cae3
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,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}";
|
||||
}''}
|
||||
''; };
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue