|
||||
|
SPF and Sender-IDBy Joshua Erdman BasicsThese methods of spam filtering are almost the same. They both check the FROM field in messages against the sending server and a DNS TXT entry. The difference is SPF looks at the FROM field specified in the SMTP protocol while Sender-ID inspects the FROM field in the MIME data. Step-by-Step
Where DNS Fall inIt is estimated at least 30% of SMTP servers already have the correct SPF TXT records in their DNS. These records merely specify which mail server are authoritative to send mail. You are not required by any means to create a TXT record for your domain, but you do gain something by creating one. Listing a TXT record for SPF/Sender-ID for your domain will guarantee that messages from your mail server are legit (only from the listed allowed servers and not spoofed) therefore not subject to other spam filtering. SPF/Sender-ID DNS TXT RecordSetting up these records are new to most people, even for DNS administrators. It can be even more difficult if you have your DNS hosted by a third party. Vendors like Register.com and Network Solutions have yet to support a TXT entry. If you are lucky enough to work with a vendor that allows TXT records here is how the record should look: v=spf1 mx a:mail.domain.com a:smtp1.domain.com This of course should be all in one line. To see if your Domain Registrar supports the SPF TXT DNS records visit: http://www.kitterman.com/spf/txt.html Side EffectsThe only side effects I have noticed by creating an SPF record is forwarding. A forwarded messages still keeps the sender's from address, most likely the forwarding server is not authoritative for the sender's domain. References: Configuring your Sendmail Server for Spam Filtering RBL - Realtime Blacklist Filtering
http://www.kitterman.com/spf/txt.html Article last reviewed: 01/13/2007
|
Related Articles: |
||||||