
bass at afnet
Aug 30, 2008, 5:33 AM
Post #6 of 7
(577 views)
Permalink
|
i understand this but i read something on openspf.org about the HELO name so in addition to the first entry afnet.net. IN TXT "v=spf1 mx -all" i need to add the 2 other lines, next is a copy from the openspf.org site If you run BIND Paste this into your zone file: afnet.net. IN TXT "v=spf1 mx -all"When a mail server sends a bounce message, it uses a null MAIL FROM: <>, and a HELO address that's supposed to be its own name. SPF will still operate, but in "degraded mode" by using the HELO domain name instead. Because this wizard can't tell which name your mail server uses in its HELO command, it lists all possible names, so there may be multiple lines shown below. If you know which hostname your mail server uses in its HELO command, you should pick out the appropriate entries and ignore the rest. So this should also appear in DNS. You may or may not be in charge of the DNS for these entries; if you are, add them. mail2.afnet.net. IN TXT "v=spf1 a -all" mmail.afnet.net. IN TXT "v=spf1 a -all" ----- Original Message ----- From: "Boyd Lynn Gerber" <gerberb[at]zenez.com> To: <spf-help[at]v2.listbox.com> Sent: Friday, August 29, 2008 3:30 PM Subject: RE: [spf-help] mechanism options > On Fri, 29 Aug 2008, Reynolds, Tom wrote: >> From: "Steve Yates" <steve[at]teamITS.com> in fact i have 2 MX records but i >> only use 1 of them at a time and if i'm blacklisted i can change it while >> trying to whitelist the other one (it's the best way i found because we >> are not able to control users trafic in some cybercafes) >> >> so i have 2 "A" records mmail.afnet.net 213.136.109.60 mail2.afnet.net >> 213.136.109.6 >> >> is that ok ? or i have to add something to the SPF record for mmail about >> mail2.afnet.net and if so can you please advise ? First, you only need >> SPF records for the servers that would SEND mail. The MX records tell the >> world where you RECIEVE mail. >> >> If you do sometimes send mail from both servers, you could create a >> single TXT record for the afnet.net domain with both servers in it like >> this: >> >> afnet.net. IN TXT "v=spf1 a:mmail.afnet.net >> a:mail2.afnet.net -all" >> >> That basically says afnet.net will only send mail from the following two >> servers, mmail and mail2. > > or have one record with just ip entries. > > > afnet.net. IN TXT "v=spf1 ip4:213.136.109.60 ip4:213.136.109.6 -all > > -- > Boyd Gerber <gerberb[at]zenez.com> > ZENEZ 1042 East Fort Union #135, Midvale Utah 84047 > > > ------------------------------------------- > 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
|