summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-12-31 11:43:57 -0400
committerJoey Hess2014-12-31 11:43:57 -0400
commitbce6ef57455fd979281ba7a64e100d34ed5a868b (patch)
treea679f658e1cb1906f643ae6044e34860e5ce215e /config-joey.hs
parent2dbd95f9fa9989501e4f67ee383485c0b532a6ac (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 4525f22e..634d2774 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -452,7 +452,9 @@ 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")
- , (RootDomain, TXT "v=spf1 a ?all")
+ -- SPF only allows IP address of domain to send email,
+ -- and hard-fails on email from other IPs.
+ , (RootDomain, TXT "v=spf1 a -all")
] ++ extras