1. Home
  2. Hosting
  3. Legacy
  4. HELM: How to add a SPF record

HELM: How to add a SPF record

SPF records play a pivotal role in email authentication, aiding in the prevention of email spoofing and unauthorized use of your domain. By following the outlined procedures, you’ll fortify your email infrastructure, ensuring that only legitimate servers are authorized to send emails on behalf of your domain. Dive into this article to empower yourself with the knowledge and practical steps needed to implement SPF records efficiently via the Helm Control Panel.

The purpose of an SPF record is to reduce the amount of spam and fraud by making it more difficult for malicious email senders to disguise their identity. 

If your domain name has an existing SPF record in your DNS, you will need to modify the existing SPF record to ensure that Internet receivers will properly identify and receive your mail. If you don’t yet have an SPF record but would like to add one for your domain name, this is also covered below.

Step 1– Login to Helm

Step 2– Click on DNS Zone Editor

 

Step 3 – Add new DNS record.

  • The SPF record should be in this format (replace yourdomain.com with your domain name)
v=spf1 include:relay.mailchannels.net include:mail.yourdomain.com ?all

Adding an SPF record to HELM

INFO: You will also need to include all other email servers you and your users send mail through (if applicable). Please contact your external email providers/ISP for their SPF setting and add their entry to your SPF record.

There should only be ONE TXT DNS record for your SPF record (do not add one SPF record for each mail server. All mail servers should be listed in one SPF record on the same line)


 

HOW TO MODIFY AN EXISTING SPF RECORD

If your current SPF record looks like this:  v=spf1 include:mail.yourdomain.com ?all You will need to add “include:relay.mailchannels.net” to your SPF record. 

For the example above, the modified SPF record should look as follows:

v=spf1 include:relay.mailchannels.net include:mail.yourdomain.com ?all
Updated on November 21, 2023

Was this article helpful?

Related Articles

Leave a Comment