
ray.caruso at netvion
Aug 6, 2005, 10:21 AM
Post #5 of 5
(912 views)
Permalink
|
Scott Kitterman wrote: > > >>-----Original Message----- >>From: owner-spf-help [at] v2 >>[mailto:owner-spf-help [at] v2]On Behalf Of Ray Caruso >>Sent: Saturday, August 06, 2005 1:29 AM >>To: spf-help [at] v2 >>Subject: [spf-help] New User Help! >> >> >>Hello, >> >>We have tried to publish an SPF record, but mail kept getting flagged as >>SPAM at one of our client's mail providers. >>We have since deleted the record. As I understand, I would publish an >>SPF record that lists the IP address of my outgoing mail server's IP. >>That would be, for our domain, the IP range of >>216.17.144.193-216.16.144.206. >>That would translate into the following spf record: >> >> TXT "v=spf1 ip4:216.17.144.193/4 -all" >> >>Is this correct? >> >> >> >The syntax is correct, but not what you want. > >See this for info on CIDR ranges: > >http://www.subnet-calculator.com/cidr.php > >What you have now covers 208.0.0.0 - 223.255.255.255. I think you are after >TXT "v=spf1 ip4:216.17.144.193/28 -all" That covers 216.17.144.192 - >216.17.144.207, but not that's not exactly what you are after. > >You might do TXT "v=spf1 -ip4:216.17.144.192 -ip4:216.17.144.207 >ip4:216.17.144.193/28 -all. That covers exactly what you said you wanted. > >I would also strongly recommend against publishing -all right away. You >want to test first and make sure you understand all the implications of >publishing -all before you do. If you want to experiment, the validator is >here: > >http://www.kitterman.com/spf/validate.html > >Scott K > > > Oh, the mask indicator is for the network part of the address, not the station part. Oh, no wonder! Turns out I don't need the whole subnet, we have just one address that is used for outbound NAT/PAT. So, I just need to advertise the 216.17.144.206 address. Thanx for all your help guy!! Rayman ------- Archives at http://archives.listbox.com/spf-help/current/ or http://www.gossamer-threads.com/lists/spf/help/ (easier to search) To unsubscribe, change your address, or temporarily deactivate your subscription, please go to http://v2.listbox.com/member/?member_id=1311530&user_secret=8085f1ba
|