
rob.macgregor at gmail
Apr 30, 2008, 6:06 AM
Post #6 of 6
(342 views)
Permalink
|
|
Re: Help confirm my understanding of syntax ( or lack of understanding )
[In reply to]
|
|
On Wed, Apr 30, 2008 at 1:27 PM, Joey <Joey[at]web56.net> wrote: > > OK being an ISP if I want to list that the Client_domain.com can send from our servers, I need to list both the clients if they have one and any others that may send mail from that domain ( web server ). > In order to accomplish this I am looking for the best, most efficient and most importantly correct way to do this. > > Should I do this: > > Client_domain.com. IN TXT "v=spf1 mx a:mail.Client_domain.com -all" > "v=spf1 ptr: ispserver.net -all" You need to make that a single record, like: Client_domain.com. IN TXT "v=spf1 mx a:mail.Client_domain.com ptr:ispserver.net -all" Without the extraneous spaces you keep inserting ;) > I am hoping this says, mail from the mail.clien_domain.com as well as any server that claims to be *.ispserver.net otherwise reject. Please see http://www.openspf.org/SPF_Record_Syntax for details (that is, you really shouldn't use ptr if you have any other option). The most efficient way is to list only IP addresses or ranges. The record says that mail can come from: The MX host(s) for Client_domain.com The host mail.Client_domain.com Any host that has a DNS name ending in ispserver.net -- 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: http://www.listbox.com/member/archive/1020/=now RSS Feed: http://www.listbox.com/member/archive/rss/1020/ Powered by Listbox: http://www.listbox.com
|