Results 1 to 6 of 6
  1. #1
    Join Date
    Mar 2007
    Posts
    332

    Default What is SPF? [Sender Policy Framework]

    What is SPF? [Sender Policy Framework]
    SPF (Sender Policy Framework) is a standard that was created in order to stop and eliminate the forged or spoofed sender email addresses in the mail envelope SMTP MAIL FROM or Return-Path that commonly used in spam message. SPF is not directly about stopping spam – junk email. SPF works as an extension to the Simple Mail Transfer Protocol (SMTP), and allows relay MTA (Mail Transport Agent) to identify and reject those e-mail spam sent from unauthorized and unapproved mail server. SPF was created in 2003 to help close loopholes in email delivery systems that allow spammers to "spoof" or steal your email address to send hundreds, thousands or even millions of emails illicitly.

    How SPF Work?

    SPF enable domain’s email delivery operation works in such a way, Owner of an Internet domain name defines SPF records using a special format of TXT records in the domain zone DNS name server. The SPF specifies which machines are authorized to transmit e-mail for that domain. When an email is received by a mail server, the MTA will query the SPF records from DNS resolver to determine whether the email is originated from a legitimate server. If SPF PASS result is returned, the email is accepted and got delivered. Else if SPF FAIL result is returned, the email is rejected and bounced.

    Is SPF is Necessary?
    SPF records is not must, but it’s a good to set up the SPF records to stop spam fault from illegally spoofing. If your domain does not have an SPF record. This means that spammers can easily send out E-mail that looks like it came from your domain, which can make your domain look bad (if the recipient thinks you really sent it), and can cost you money (when people complain to you, rather than the spammer).
    Now many mail servers such as AOL and Hotmail now require valid SPF record for inclusion in their whitelist program so if you don’t have one your email will probably not be delivered to that server.

    How to Set up SPF record for a domain?
    The major issue for SPF records are how to write and create a properly SPF record which is valid and correct for the domains, as all SMTP server that sends email for the domains must be defined.

    For SPF to work you have to add, to each DNS zone a record similar to this:
    domain.com. 14400 IN TXT "v=spf1 a mx -all"
    note:- "." is necessary after the “domain.com” otherwise SPF fails to work.
    “domain.com” is the domain for which you were adding SPF record.
    Syntax used is as follows,
    You will notice that all SPF record start with v=spf1. "v=" defines the version of SPF used, and is mandatory to identify it’s the SPF record. Currently only the only version supported is spf1.
    A :- If the domain name has an A record corresponding to the sender’s address, it will match. (That is, the mail comes directly from the domain name.)
    MX :- If the domain name has an MX record resolving to the sender’s address, it will match. (That is, the mail comes from one of the domain’s mail servers)
    ALL :- Matches always, used for a default result like -all for no other IP’s are allowed to send emails.

    You can read all the options of SPF by visiting: [http://www.openspf.org/SPF_Record_Syntax]
    RsyNc.
    VPS Support Team

    VPS Hosting ||Cloud Hosting 100% UPTIME!
    Follow eUKhost on Twitter || Join eUKhost Community on Facebook
    MSN: johnr @ eukhost.com
    SKYPE: john_rodricks

  2. #2
    Join Date
    Apr 2007
    Location
    Manchester, United Kingdom
    Posts
    8,440

    Default

    Thanks for that RSync - I've currently been learning about SPF records and trying to implement them to my accounts.
    David Smith
    DPS Computing
    http://www.dpscomputing.com (Computing, Reviews, News) - We're still plodding on adding new content and features (August 2011)
    http://www.djdavid.co.uk - Massive update! (September 2011) - It's now not neglected!!
    http://davidsmith.dpscomputing.com (My Personal Website) - New Site (10/2009)

  3. #3
    Join Date
    May 2008
    Location
    Swansea, Wales
    Posts
    90

    Thumbs up

    I've been using SPF on my domain for a year or so now and it's certainly helped limit the number of spoof mails purporting to be from my domain

    I also found this SPF Wizard quite handy when originally getting to grips with SPF.

  4. #4
    Join Date
    Apr 2007
    Location
    Manchester, United Kingdom
    Posts
    8,440

    Default

    Would this be the SPF wizard in cPanel that you are referring to ddwt?

    Yes, I've had issues in the past (and present) with people spoofing some of my addresses. Its very annoying and I am going to put a stop to it with the SPF records hopefully! .
    David Smith
    DPS Computing
    http://www.dpscomputing.com (Computing, Reviews, News) - We're still plodding on adding new content and features (August 2011)
    http://www.djdavid.co.uk - Massive update! (September 2011) - It's now not neglected!!
    http://davidsmith.dpscomputing.com (My Personal Website) - New Site (10/2009)

  5. #5
    Join Date
    May 2008
    Location
    Swansea, Wales
    Posts
    90

    Default

    Quote Originally Posted by DPS Computing View Post
    Would this be the SPF wizard in cPanel that you are referring to ddwt?
    No sorry I meant this one - The SPF Setup Wizard

    Bloody annoying when the forum chooses to use the same link colour as the text colour

  6. #6
    Join Date
    Apr 2007
    Location
    Manchester, United Kingdom
    Posts
    8,440

    Default

    Quote Originally Posted by ddwt View Post
    No sorry I meant this one - The SPF Setup Wizard

    Bloody annoying when the forum chooses to use the same link colour as the text colour
    Thanks for the link - it is easy to follow and complete and explains everything along the way. A very useful tool for SPF begginners like me!

    Yes, I know what you mean, it does make them a little obscure sometimes.
    David Smith
    DPS Computing
    http://www.dpscomputing.com (Computing, Reviews, News) - We're still plodding on adding new content and features (August 2011)
    http://www.djdavid.co.uk - Massive update! (September 2011) - It's now not neglected!!
    http://davidsmith.dpscomputing.com (My Personal Website) - New Site (10/2009)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •