summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-12-31 12:53:11 -0400
committerJoey Hess2014-12-31 12:53:11 -0400
commit95cdedc0985f98de7cd5ab0384a857053b023491 (patch)
tree517ebae6c6287f37e901716dd01a74fa3e04ee3d /config-joey.hs
parentbce6ef57455fd979281ba7a64e100d34ed5a868b (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs5
1 files changed, 2 insertions, 3 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 634d2774..9ef7acee 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -452,9 +452,8 @@ myDnsPrimary domain extras = Dns.primary hosts domain
, (RootDomain, NS $ AbsDomain "ns3.kitenet.net")
, (RootDomain, NS $ AbsDomain "ns6.gandi.net")
, (RootDomain, MX 0 $ AbsDomain "kitenet.net")
- -- SPF only allows IP address of domain to send email,
- -- and hard-fails on email from other IPs.
- , (RootDomain, TXT "v=spf1 a -all")
+ -- SPF only allows IP address of kitenet.net to send mail.
+ , (RootDomain, TXT "v=spf1 a ip4:66.228.36.95 -all")
] ++ extras