aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/private/dns.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/private/dns.nix b/modules/private/dns.nix
index ced8d9b..af53695 100644
--- a/modules/private/dns.nix
+++ b/modules/private/dns.nix
@@ -105,8 +105,8 @@
105 in 105 in
106 '' 106 ''
107 ; ------------------ mail: ${n} --------------------------- 107 ; ------------------ mail: ${n} ---------------------------
108 ${if e.receive then "${n} IN MX 10 mail.${conf.name}." else ""} 108 ${n} IN MX 10 mail.${conf.name}.
109 ;${if e.receive then "${n} IN MX 50 mx-1.${conf.name}." else ""} 109 ;${n} IN MX 50 mx-1.${conf.name}.
110 110
111 ; Mail sender authentications 111 ; Mail sender authentications
112 ${n} IN TXT "v=spf1 mx ~all" 112 ${n} IN TXT "v=spf1 mx ~all"