
spfdiscuss at alandoherty
May 29, 2010, 5:05 AM
Post #8 of 8
(988 views)
Permalink
|
|
Re: Need Help to create SPF record o my domain
[In reply to]
|
|
At 12:32 29/05/2010 Saturday, Tech K wrote: >Thanks for the suggestion. I will try binding it to the IP address instead of mentioning both a and mx this time and let me see what happens. it wont work until you find/fix whatever is causing the software you use to break the record to read as "" "v=spf1" "a" "mx" "~all" "" my i suggest leaving out the " quotes at the start and end of the record so the software can add them itself {as i'm guessing it is trying to do BADLY} and just type v=spf1 ip:174.37.103.245 ~all incidentally the breakdown of the errors received are >yes I am getting SPF rejections this is the content in the rejection message > > > message that you sent could not be delivered to one or more of its >recipients. This is a permanent error. The following address(es) failed: > > spf-test [at] openspf > SMTP error from remote mail server after RCPT TO:<spf-test [at] openspf>: > host mailout02.controlledmail.com [72.81.252.18]: > 550 5.7.1 <spf-test [at] openspf>: Recipient address rejected: > SPF Tests: Mail-From Result="none": Mail From="info [at] leartclub" test of your spf leartclub.com result=none {result none should not cause a bounce though as none just means no SPF record found and they are optional} >HELO >name="cpanel.channelof.com" HELO Result="none" test of your providers mail servers spf record cpanel.channelof.com result=none {result none should not cause a bounce though as none just means no SPF record found and they are optional} {though having a mailserver and no SPF is slightly worse as domains are often owned by non-techies and we expect some domains to be SPF non-believers, but few people want to receive mail from a server operated by someone unaware of simple methods {like SPF} to make their server look like it might not be just another infected PC, and having an SPF for a HELO/EHLO is a zero false positive and cannot break forwarding/mailinglists/or any other SPF-unfriendly practice} so fix your spf as above but also strongly encourage your provider to add one also for cpanel.channelof.com if you want receivers to perceive the server as well-run >Remote IP="174.37.103.245" > >Thanks >Techk > > > > >________________________________ >From: Vic <spf1 [at] beer> >To: spf-help [at] v2 >Sent: Sat, May 29, 2010 2:05:18 PM >Subject: Re: [spf-help] Need Help to create SPF record o my domain > > >> I own a domain which leartclub.com > >[vic [at] goliat ~]$ dig +short txt leartclub.com >"" "v=spf1" "a" "mx" "~all" "" > >I don't think that's valid - however you're putting your record in, it >seems to have a load of spurious quotes in there. > >> and it is running on a server 174.37.103.245 > >If it is going to stay on 174.37.103.245, then you can simplify the record :- > >"v=spf1 ip4:174.37.103.245 ~all" > >If you want to tie it to the A record, then use: > >"v=spf1 a ~all" > >Your A and MX records point to the same place, so mentioning them both is >wasteful. > >> in my domain hosting control panel DNS I have added the SPF like this >> leartclub.com IN TXT "v=spf1 a mx ~all" > >That's the bit I'd go and look at; it appears that you are not setting the >record you think. > >Once that is resolved, look at the actual bounce messages - are you >getting SPF rejections? You'll need to allow some time after changing your >record before it is seen worldwide (you've got a 1 day TTL, but some cheap >ISPs ignore your TTL andgenerate their own - often longer). > >Vic. > > > >------------------------------------------- >Sender Policy Framework: http://www.openspf.org [http://www.openspf.org] >Modify Your Subscription: http://www.listbox.com/member/ [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 [http://www.openspf.org] >Modify Your Subscription: http://www.listbox.com/member/ [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 [http://www.openspf.org] Modify Your Subscription: http://www.listbox.com/member/ [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
|