propellor spin
This commit is contained in:
parent
bce6ef5745
commit
95cdedc098
|
@ -452,9 +452,8 @@ myDnsPrimary domain extras = Dns.primary hosts domain
|
||||||
, (RootDomain, NS $ AbsDomain "ns3.kitenet.net")
|
, (RootDomain, NS $ AbsDomain "ns3.kitenet.net")
|
||||||
, (RootDomain, NS $ AbsDomain "ns6.gandi.net")
|
, (RootDomain, NS $ AbsDomain "ns6.gandi.net")
|
||||||
, (RootDomain, MX 0 $ AbsDomain "kitenet.net")
|
, (RootDomain, MX 0 $ AbsDomain "kitenet.net")
|
||||||
-- SPF only allows IP address of domain to send email,
|
-- SPF only allows IP address of kitenet.net to send mail.
|
||||||
-- and hard-fails on email from other IPs.
|
, (RootDomain, TXT "v=spf1 a ip4:66.228.36.95 -all")
|
||||||
, (RootDomain, TXT "v=spf1 a -all")
|
|
||||||
] ++ extras
|
] ++ extras
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue