@cryptotaxi247 / infra-1 / commits / 69689710

Use a looser SPF record

Unfortunately, this doesn't play nicely with mailing lists and some receiving mail architectures. See https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/issues/302 for a complete explanation.

Jeremy Fleischman committed Nov 9, 2024 at 13:25 UTC 69689710ae045eba3558949bbb33fcaa7cbf42f7
1 file changed +1 -1
terraform/dns.tf
+1 -1
@@ -341,7 +341,7 @@ locals {
341 {
342 hostname = "mail-test.nixos.org"
343 type = "TXT"
344 - value = "v=spf1 mx -all"
344 + value = "v=spf1 mx ~all"
345 },
346 {
347 hostname = "mail._domainkey.mail-test.nixos.org"