mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2025-01-12 07:16:44 +01:00
Merge branch 'dmarc-message-id' into 'master'
dmarc-reports: report mail message id with domain See merge request simple-nixos-mailserver/nixos-mailserver!340
This commit is contained in:
commit
fa508d65a2
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