
bendoyle at altaplanning
Apr 14, 2009, 1:05 PM
Post #3 of 5
(1919 views)
Permalink
|
Thanks Rob! The main website host (maximumasp) doesn't seem to care for SPF records (their help article <http://www.maximumasp.com/support/kb/article.aspx?article=819>) so I don't think I'll get an accurate IP range for them. Thanks for helping to clear up the other records! A big question I've had through this whole process... can there only be one include: entry in the record? The Setup Wizard<http://old.openspf.org/wizard.html>was leading me to believe so, but is there ever a case that you'd want to have more than one include: and is it possible? Cheers, Benjamin On Mon, Apr 13, 2009 at 10:59 PM, Rob MacGregor <rob.macgregor [at] gmail>wrote: > On Tue, Apr 14, 2009 at 04:06, Benjamin Doyle <bendoyle [at] altaplanning> > wrote: > > So the final SPF record looks like this: > > v=spf1 ip4:74.202.227.32/27 ip4:216.27.84.64/27 ip4:66.192.165.130/27ip4: > > 216.27.93.0/25 a:icpbounce.com > > a:mirach.lunarpages.com include: > > aspmx.googlemail.com ~all > > > > Did I get it right? Input appreciated! > > .local addresses aren't visible across the Internet, so you can drop > that one until you identify it's real IP address (not 192.168.x.x, > 10.x.x.x or 172.16.x.x-172.31.x.x). > > With that removed the record does validate. However, you'd be better > off listing those remaining 'a' entries as IP addresses if you can: > > v=spf1 ip4:74.202.227.32/27 ip4:216.27.84.64/27 ip4:66.192.165.130/27 > ip4:216.27.93.0/25 ip4:216.27.93.32 ip4:216.97.235.70 > include:aspmx.googlemail.com ~all > > At that point it becomes apparent that icpbounce.com is inside an IP > range you've already listed, so: > > v=spf1 ip4:74.202.227.32/27 ip4:216.27.84.64/27 ip4:66.192.165.130/27 > ip4:216.27.93.0/25 ip4:216.27.93.32 ip4:216.97.235.70 > include:aspmx.googlemail.com ~all > > Finally, if you wanted to lose another DNS lookup the following is > identical: > > v=spf1 ip4:74.202.227.32/27 ip4:216.27.84.64/27 ip4:66.192.165.130/27 > ip4:216.27.93.0/25 ip4:216.27.93.32 ip4:216.97.235.70 > include:_spf.google.com ~all > > -- > Please keep list traffic on the list. > > Rob MacGregor > Whoever fights monsters should see to it that in the process he > doesn't become a monster. Friedrich Nietzsche > > > ------------------------------------------- > Sender Policy Framework: http://www.openspf.org > Modify Your Subscription: http://www.listbox.com/member/ > Archives: https://www.listbox.com/member/archive/1020/=now > RSS Feed: https://www.listbox.com/member/archive/rss/1020/ > Powered by Listbox: http://www.listbox.com > ------------------------------------------- Sender Policy Framework: http://www.openspf.org Modify Your Subscription: http://www.listbox.com/member/ Archives: https://www.listbox.com/member/archive/1020/=now RSS Feed: https://www.listbox.com/member/archive/rss/1020/ Powered by Listbox: http://www.listbox.com
|