Skip to content

Commit d65e24d

Browse files
authored
Merge pull request #509 from jfly/loosen-spf-record
Use a looser SPF record
2 parents e8ae7d8 + 6968971 commit d65e24d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/dns.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ locals {
356356
{
357357
hostname = "mail-test.nixos.org"
358358
type = "TXT"
359-
value = "v=spf1 mx -all"
359+
value = "v=spf1 mx ~all"
360360
},
361361
{
362362
hostname = "mail._domainkey.mail-test.nixos.org"

0 commit comments

Comments
 (0)