mq hostToFqdn

This commit is contained in:
niten 2023-11-18 12:27:40 -08:00
parent ba6e0fcc64
commit 3035662910
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ let
optionalString (dmarcEmail != null) ''
_dmarc IN TXT "v=DMARC1;p=quarantine;sp=quarantine;rua=mailto:${dmarcEmail};"'';
mxRecords = map (mx: "@ IN MX 10 ${mx}.");
mxRecords = map (mx: "@ IN MX 10 ${hostToFqdn mx}");
nsRecords = map (ns-host: "@ IN NS ${ns-host}");