mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2025-03-31 07:59:52 +05:00
dmarc-reports: report mail message id with domain
This commit is contained in:
parent
905be88429
commit
e14ab67b1b
@ -41,7 +41,7 @@ in
|
||||
type = types.listOf types.str;
|
||||
example = [ "example.com" ];
|
||||
default = [];
|
||||
description = "The domains that this mail server serves and provides an mailbox.";
|
||||
description = "The domains that this mail server serves and provides a mailbox for.";
|
||||
};
|
||||
|
||||
relayDomains = mkOption {
|
||||
@ -49,7 +49,7 @@ in
|
||||
example = [ "lists.example.com" ];
|
||||
default = [];
|
||||
defaultText = lib.literalExpression "config.mailserver.domains";
|
||||
description = "The domains that this mail server relays.";
|
||||
description = "The domains that this mail server relays, in addition to those in {option}`domains`.";
|
||||
};
|
||||
|
||||
certificateDomains = mkOption {
|
||||
|
@ -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…
x
Reference in New Issue
Block a user