
rob.macgregor at gmail
Mar 5, 2009, 3:28 PM
Post #2 of 5
(1256 views)
Permalink
|
On Thu, Mar 5, 2009 at 23:15, Chris Mathis <cmathis [at] wsii> wrote: > I have a question. I have been a member of the list for a few years. (2004). > I have not been keeping up with the latest news it would appear, and I need > some assistance. Thank you in advance. > > I have a mail server. > > IP address 98.175.222.165 The main domain is brothersgibb.com, but I have > like 7 other domains that send from that IP address, all on the same mail > server. > > I have 3 other IP addresses that I may set up other domains on, so in the > SPF txt I have the trailing /168 That suggests that you have 168 bits (out of 32) as your network address. Unfortunately your allocation isn't a clean subnet so you'll probably have to list the individual IPs > ( so mail can go out any IP address .165-168 ) > > THIS USED To work, ( I am 99% sure) If it worked it was because nobody was checking your SPF record. > Here is what I set up as my SPF info in the IN TXT file for > brothersgibb.com: > > v=spf1 ip4:98.175.222.165 -all > > Then for my other domains in txt info I have: > > v=spf1 redirect=brothersgibb.com > > Now the question. Is this the way I should be doing it? I went to Scott's > site and tested it. I get this ERROR: > > Mail sent from: 98.175.222.165 > Mail from (Sender): cmathis [at] brothersgibb > Mail checked using this SPF policy: v=spf1 ip4:98.175.222.165/168 > Results - Permanent Error SPF Permanent Error: Invalid IP4 CIDR length: > ip4:98.175.222.165/168 > > What is this error? Invalid IP4 CIDR length: ip4:98.175.222.165/168 Try the following: v=spf1 ip4:98.175.222.165 ip4:98.175.222.166 ip4:98.175.222.167 ip4:98.175.222.168 -all for your mail SPF record instead. -- 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
|