
spf at metro
Jan 5, 2005, 2:06 PM
Post #2 of 3
(843 views)
Permalink
|
Hi, You would edit master/domain.com, add something like @ IN TXT "v=spf1 a mx -all" which defined the txt record for domain.com or maybe also www IN TXT "v=spf1 a mx -all" to define it on www.domain.com You should define it on any domain that is explicitly defined in the zonefile, but don't define IN TXT on any domain that you already have a cname on. Also, make sure that the dns zonefiles you are editting are indeed the authorative zonefiles, ie. that you are not editting some local zonefiles that are not used on the internet but only on a local dns you are running. Kind regards, Koen On Wed, Jan 05, 2005 at 04:03:22PM -0600, Shay Mayo wrote: > > Hi I am brand new to SPF and need a little guidence. I see it says "The > record is placed in the DNS tree at the domain name it pertains too". > > I am running Bind 8.3.6 > > So basically I would change > > zone "domain.com" IN { > type master; > file "master/domain.com"; > allow-transfer {"servers";}; > }; > > To something like this...??? > > > zone "domain.com" IN { > type master; > file "master/domain.com"; > "v=spf1 a mx ptr ~all" > allow-transfer {"servers";}; > }; > > TIA, > > Shay > Dallas, TX > > ------- > Archives at http://archives.listbox.com/spf-help/current/ > Donate! http://spf.pobox.com/donations.html > To unsubscribe, change your address, or temporarily deactivate your subscription, > please go to http://v2.listbox.com/member/?member_id=1067775&user_secret=c5dfe8c3 -- K.F.J. Martens, Sonologic, http://www.sonologic.nl/ Networking, embedded systems, unix expertise, artificial intelligence. Public PGP key: http://www.metro.cx/pubkey-gmc.asc Wondering about the funny attachment your mail program can't read? Visit http://www.openpgp.org/ ------- Archives at http://archives.listbox.com/spf-help/current/ Donate! http://spf.pobox.com/donations.html To unsubscribe, change your address, or temporarily deactivate your subscription, please go to http://v2.listbox.com/member/?member_id=1311530&user_secret=8085f1ba
|