Important update 1: Email Support is being transitioned to Webforms. Click here for more information.

Set Up SPF Records for OpenSRS Hosted Email

Sender Policy Framework (SPF) is an email authentication standard that helps protect senders and recipients from spam, spoofing, and phishing. SPF defines a way for receiving mail servers to verify that a message came from an authorized sending server, which helps detect forgery. This article shows you how to add an SPF record for domains hosted on the OpenSRS email platform and lists the sending hosts and IP ranges you may need to authorize.

About the SPF record

The OpenSRS email platform delivers mail through two clusters, Cluster A and Cluster B. For more detail, see the article on the email clusters.

Because mail can be sent from either cluster, include _spf.hostedemail.com in your SPF record. A minimal record looks like this:

v=spf1 include:_spf.hostedemail.com ~all

Tip: To build or validate an SPF record, you can use third-party tools such as the SPF creation wizard or the SPF record testing tools.

Add an SPF record with SystemDNS nameservers

If your domain uses the OpenSRS systemdns.com nameservers, add the SPF record as a TXT record on the root of the domain.

  1. Log in to the Reseller Control Panel (RCP).
  2. Enter the domain name in the search field and click Search.
  3. Click the domain name in the search results.
  4. In the DNS section, click Edit.
  5. Select TXT from the add-record drop-down menu.
  6. Enter your SPF record in the text field, for example v=spf1 include:_spf.hostedemail.com ~all.
  7. Click Save DNS settings.

Email notifications to registrants

OpenSRS uses the reseller technical contact address as the From address for messages sent to registrants. To make sure those messages are delivered, include registrarmail.net in the SPF record of the domain configured as your reseller account's technical email address.

include:registrarmail.net

Hosted email IP addresses

If you need to authorize specific IP ranges rather than the include mechanism, use the addresses below for the cluster that serves your account.

Cluster A IP addresses

Traffic type

IP addresses

Outbound email (regular and filter-only deliveries)

64.99.140.1/24, 216.40.44.0/24

Outbound forward and autoresponder traffic

64.99.140.10/32, 216.40.42.17

Migration traffic

64.99.140.16/29, 216.40.42.15

Cluster B IP addresses

Traffic type

IP addresses

Outbound email (regular and filter-only deliveries)

64.98.42.0/24

Outbound forward and autoresponder traffic

64.98.36.17 (with matching forward and reverse DNS to forward.b.hostedemail.com)

Migration traffic

64.98.36.15 (fetchmail-snat.b.hostedemail.com)

Next steps

Questions? Contact OpenSRS Support.

How helpful was this article?

Thanks for your feedback!

Do you still need help? If so please submit a request here.