propellor spin

This commit is contained in:
Joey Hess 2014-12-31 11:43:57 -04:00
parent 2dbd95f9fa
commit bce6ef5745
Failed to extract signature
1 changed files with 3 additions and 1 deletions

View File

@ -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