propellor spin
This commit is contained in:
parent
2dbd95f9fa
commit
bce6ef5745
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue