Results 1 to 1 of 1

Thread: [How To] add SPF record for your domain

  1. #1
    Alexander's Avatar
    Alexander is offline Technical Analyst
    Join Date
    Jul 2007
    Posts
    1,773

    Lightbulb [How To] add SPF record for your domain

    First of all, let's try to answer the question of what SPF record is.

    It is a DNS record, which allows you to prevent sender address forgery. Spammers often set the Reply-To and From headers for the spam messages to the real email addresses. That is why some of our clients get bounced spam messages, which look like they were sent from their mail addresses. SPF record allows you to prevent such problems. More information can be found at SPF: Introduction

    So now, what you need to do is to enter your Cpanel and find Email Authentication option. There you'll find SPF section and click Enable. Cpanel will add default SPF record which will look like "v=spf1 a mx ip4:xx.xx.xx.xx ?all" where xx.xx.xx.xx will be your server's IP. This record means the following:

    a - All the A records for domain are tested. If the client IP is found among them, this mechanism matches.

    mx - All the A records for all the MX records for domain are tested in order of MX priority. If the client IP is found among them, this mechanism matches.

    ip4:xx.xx.xx.xx - Allows to send emails from this IP address. This is main server's IP address from which all the emails are sent.

    ?all - Allows to accept emails from other hosts not specified above, but these messages are recognized by the recipient's mailserver as suspicious and are moved to the recipient's Junk folder.

    In case you check "All Entry (ALL)" box, ?all will be replaced with -all, and this will make all emails sent from other hosts which do not match the rules in SPF record to be rejected.

    The option Overwrite Existing Entries should be enabled.

    In case you need a more complex SPF record, you can use SPF record setup wizard at The SPF Setup Wizard
    Last edited by Matt; 11-04-2012 at 06:19 AM.

Similar Threads

  1. Set Up A Record
    By CC8 in forum General Support
    Replies: 9
    Last Post: 04-28-2009, 10:32 PM
  2. A record for cleint
    By CC8 in forum WHM, Resellers, VPS and Dedicated Hosting Topics
    Replies: 1
    Last Post: 04-23-2009, 02:47 AM
  3. add-on domain
    By rogerchin85 in forum General Support
    Replies: 9
    Last Post: 02-20-2009, 12:17 AM
  4. Add MX to domain name
    By photosbyblo in forum cPanel Topics
    Replies: 3
    Last Post: 05-12-2006, 10:55 AM

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
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14