From bce6ef57455fd979281ba7a64e100d34ed5a868b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 31 Dec 2014 11:43:57 -0400 Subject: propellor spin --- config-joey.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config-joey.hs') 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 -- cgit v1.2.3