dmarc-reports: report mail message id with domain

This commit is contained in:
Marcel 2024-08-11 17:20:45 +02:00
parent af7d3bf5da
commit 136636cae3
Failed to generate hash of commit

View file

@ -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}";
}''}
''; };
};