---
title: "Premium Business Email DNS Records"
source: "https://docs.nexcess.com/hosting/email/premium-business-email/premium-business-email-dns-records/"
description: "Updating your DNS records to start using Premium Business Email"
vertical: "Hosting"
date: "2024-03-04"
last_modified: "2026-08-04"
---

# Premium Business Email DNS Records

If you’re transitioning from a different email provider to Premium Business Email, you won’t receive any email to your Premium Business Email inbox until you edit your DNS records. There are a few steps and options to configure the DNS for Premium Business Email. Use the links below to navigate to the section you need to find instructions for:

- [Edit Your MX Records](#mxrecord)
- [Set Up a Sender Policy Framework (SPF) Record](#spf)
- [Enable DKIM](#dkim)

## Editing Your MX Records

DNS MX records tell your mail where to go, and when you switch your email provider, you have to update the directions (just like when you move in real life).

Specifically, you need to change your MX records wherever your DNS is hosted. If you aren’t sure where your DNS is hosted, you can use *whois* as described in [Where Is My DNS Hosted?](https://www.liquidweb.com/help-docs/where-is-my-dns-hosted/) Once you know where your DNS is hosted, change your current MX records to the Premium Business Email mail servers (make sure to add both these records):

| ### **Hostname** | ### **TTL** | ### **RECORD TYPE** | ### **Priority** | ### **DESTINATION** |
|---|---|---|---|---|
| Blank or @ | 3600 | MX | 10 | mx1.emailsrvr.com |
| Blank or @ | 3600 | MX | 20 | mx2.emailsrvr.com |

If your DNS is hosted at Liquid Web, you can follow [Adding and Editing DNS Records](https://docs.nexcess.com/hosting/portal/domains-and-dns/dns-management/adding-and-editing-dns-records/).

Once you change your MX records, the changes will take a little while to propagate (24-48 hours). We recommend you make these changes during slow traffic times, like at night or a weekend. Don’t worry: you won’t lose any mail while your DNS records are propagating.

## Setting Up a Sender Policy Framework (SPF)

SPF records tell the recipients server that mail coming from your environment is legitimate and helps keep your email from being sent to the recipients spam email box. All SPF records are stored in your DNS information as TXT records. If you aren’t familiar with DNS records, read [What Are DNS Records?](https://docs.nexcess.com/hosting/portal/domains-and-dns/dns-management/what-are-dns-records/) first.

## **SPF Record Syntax**

Premium Business Email SPF records look like this:

```
v=spf1 include:emailsrvr.com -all
```

They look a little bit intimidating, but they can be easily broken down into different parts.

- **v=spf1** designates this record as an SPF record.
- **include:** tells the MX record to include either the hostname of the mail server or a specific IP following the colon ( : ).
- **emailsrvr.com** is the domain the SPF record applies to. Every Premium Business Email domain will point to emailsrvr.com.
- **~all** determines how mail is handled if it doesn’t match the other rules. The tilde (~) allows mail whether or not it matches the parameters in the record.

This default SPF record is simple but effective. You can use this record directly by replacing “domain.com” with your domain (remember to keep the ending period). There are, however a few other options.

- Adding **ip4:ipaddress** specifies an IPv4 that is allowed to send mail. To use this, replace “ipaddress” with your server’s IP address.
- Adding **ip6:ipaddress** specifies an IPv6 that is allowed to send mail. To use this, replace “ipaddress” with your server’s IP address.
- If you want mail that doesn’t pass your rules to be strongly rejected, use **-all** instead of **~all**.

Once you’ve created your SPF rule, it can be added to the TXT record using the methods in our article [Adding and Editing DNS Records](https://docs.nexcess.com/hosting/portal/domains-and-dns/dns-management/adding-and-editing-dns-records/).

## Enabling DKIM

DomainKeys Identified Mail (DKIM) is a way to attach an encrypted digital signature to your email. Like adding an SPF record to your server, DKIM helps prevent email spoofing. Email spoofing is when spammers send email that looks like it’s coming from your email address. Spammers spoof your address to make it more likely that recipients will open spam emails, less likely that messages will be marked as spam, and harder to find the true spam source. If your address is spoofed, your server could get flagged as a spam server and you can have trouble sending legitimate mail, even if you aren’t doing anything wrong. This is commonly known as having a bad mail reputation.

Outgoing DKIM works by generating an encrypted digital signature that is attached to email messages sent by your server. This signature is generated using a public key you save as a DNS record. Theoretically, only you have access to your DNS records, so mail signed using this key should be unmodified and verified as coming from your server.

1. Log into your Premium Business Email control panel.
2. In the **Domains** section, click on **Sender Authentication (DKIM)**.  
    ![sender authentication DKIM link highlighted](https://docs.nexcess.com/wp-content/uploads/2026/06/help.liquidweb.com_ujVBcd.png)
3. Click on the domain where you’re enabling DKIM.  
    ![domain highlighted](https://docs.nexcess.com/wp-content/uploads/2026/06/help.liquidweb.com_7vqveZ.png)
4. Click **Enable DKIM for mysite.com**.  
    ![enabling DKIM](https://docs.nexcess.com/wp-content/uploads/2026/06/help.liquidweb.com_2fpZRl.png)
5. Premium Business Email will generate the TXT record you need for DKIM. For DKIM to work, you must add this record to your DNS. If you aren’t sure where your DNS is hosted, check out [Where Is My DNS Hosted?](https://www.liquidweb.com/help-docs/where-is-my-dns-hosted/) Then, follow the instructions in [Adding and Editing DNS Records](https://docs.nexcess.com/hosting/portal/domains-and-dns/dns-management/adding-and-editing-dns-records/) to add your TXT record.  
    ![txt record section highlighted](https://docs.nexcess.com/wp-content/uploads/2026/06/help.liquidweb.com_qVLA0Q.png)
6. After you’ve added your record, within the control panel, click **Verify TXT Record…** It takes a while for your DNS changes to reach the whole internet. We recommend waiting at least 30 minutes before attempting to verify your DKIM record.  
    ![verify txt record button highlighted](https://docs.nexcess.com/wp-content/uploads/2026/06/help.liquidweb.com_454q39.png)
7. Once you see a success message for your DNS verification, your domain will automatically start using DKIM verification when it sends email!

Now you have all the information needed to set up your [Premium Business Email](https://www.liquidweb.com/premium-email-hosting/) DNS!
