Add DNS records for a mailbox
To send and receive emails with a custom domain name, such as user1@example.com, you must configure the DNS settings for your enterprise mailbox.
Scenarios
Set up an enterprise mailbox service for a new domain name.
Migrate from one email service provider to another.
Optimize the security and deliverability of an existing email configuration.
Prerequisites
The Public Zone service of Alibaba Cloud DNS must be the authoritative DNS server for your domain name.
If you purchased your domain name from Alibaba Cloud, it uses Public Zone by default. If you do not have a domain name, purchase one from Alibaba Cloud Domains.
If you purchased your domain name from a third-party provider, you must manually add it to Public Zone and change its DNS server addresses. For more information, see Migrate DNS resolution to Alibaba Cloud DNS.
You have purchased an enterprise mailbox and bound it to a domain name, such as
example.com, in the mailbox management console. To purchase Alibaba Mail, see Purchase Alibaba Mail. After you bind the mailbox to the domain name, the status indicates that the domain name is bound, but the DNS resolution for the mailbox has not yet taken effect.
Mailbox DNS record types
Host | Type | Example | Description | Requirement |
@ | MX | mx1.qiye.aliyun.com | Specifies the mail server that receives emails for the domain name. A domain name can have multiple MX records. A smaller priority number indicates a higher priority. | Basic, Required |
imap/pop3/smtp | CNAME | imap.qiye.aliyun.com | Used for email client configuration. | Basic, Optional |
CNAME | qiye.aliyun.com | Allows users to access the webmail login page at a URL such as | Basic, Optional | |
@ | TXT | v=spf1 include:spf.qiye.aliyun.com -all | SPF record: Authenticates email senders by their IP address to prevent spam. A receiving server checks the domain's SPF record to verify the sender's IP. If the IP is listed, the email is considered authentic; otherwise, it is considered a forgery and is rejected. | Basic, Required |
default._domainkey | TXT | k=rsa; p=MIGfMA0GCSq... | DKIM: An email digital signature used to verify message authenticity. For more information, see What is DKIM and how to add a DKIM record? | Advanced, Optional, Recommended |
_dmarc | TXT | v=DMARC1; p=quarantine; rua=... | DMARC: An email authentication policy that tells receiving servers how to handle emails that fail SPF or DKIM checks. For more information, see What is DMARC and how to set up DMARC? | Advanced, Optional, Recommended |
Configuration methods
If you use Alibaba Mail, DingTalk Mail, NetEase Mail, Tencent Exmail, or Sina Free Enterprise Mail, follow Method 1: Use the Quick Add feature. For other email providers, follow Method 2: Manually add all DNS records.
Method 1: Use Quick Add
The Public Zone service simplifies email configuration by providing a quick add method for DNS records of common email providers.
Go to the Alibaba Cloud DNS - Public Zone console, find the domain name you want to manage and click it.
On the Settings tab, click the
...button next to Add Record. Select Quick Add Mailbox DNS.
However, this feature typically does not include DKIM or DMARC records. After using the Quick Add feature, we recommend that you follow Method 2: Manually add all DNS records to complete your email security configuration.
Method 2: Manually add DNS records
This method provides full control over the configuration. It is suitable for all email providers and allows for more complex setups, such as merging SPF records from multiple sending sources and adding DKIM records.
Contact your email provider to obtain the list of DNS records that you need to configure. The following table lists the records required for Alibaba Mail.
Host
Type
Priority
Value
Description
@
MX
5
mx1.qiye.aliyun.com
Specifies the server that receives emails for the domain name.
@
MX
10
mx2.qiye.aliyun.com
@
MX
15
mx3.qiye.aliyun.com
imap
CNAME
imap.qiye.aliyun.com
Specifies server addresses for email clients.
pop3
CNAME
pop.qiye.aliyun.com
smtp
CNAME
smtp.qiye.aliyun.com
mail
CNAME
qiye.aliyun.com
You can access the email web client at
mail.example.com.@
TXT
v=spf1 include:spf.qiye.aliyun.com -all
Authenticates sending servers to prevent spam.
default._domainkey
TXT
Obtain this value from your email provider.
DKIM: An email digital signature. For more information, see What is DKIM and how to add a DKIM record?
_dmarc
TXT
Obtain this value from your email provider.
DMARC: An email policy control mechanism. For more information, see What is DMARC and how to set up DMARC?
ImportantWhen the hostname is @, CNAME and MX records can coexist. However, this setup carries risks of intermittent email delivery or reception failure. If the mail server's Local DNS resolves the CNAME record first, it overrides or interferes with the MX query, leading to resolution failures or unexpected routing behavior.
Go to the Alibaba Cloud DNS - Public Zone console, find the domain name you want to manage and click it.
On the Settings tab, click Add Record.
Add all the required MX, TXT, and CNAME records.
Verify configuration
After you modify DNS records, the changes take time to propagate globally. This process typically takes from a few minutes to several hours. You can use the following methods to verify the status of your configuration.
Console propagation check
Go to the Settings page for your domain name.
Click the More icon in the Actions column of the target record, and then select Probing from the drop-down menu.
CLI
# Check the propagation of the MX record. The command should return the mail server address and priority.
dig yourdomain.com MX
# Check the SPF record. The command should return a TXT record that contains "v=spf1".
dig yourdomain.com TXTLive delivery test
Send an email from your configured mailbox to a major email service, such as Gmail or Outlook.
Check whether the email arrives in the recipient's inbox.
Send a test email from an external mailbox (such as Gmail or Outlook) to your mailbox. Log on to the mailbox admin console or email client, and verify that the test email is received in your inbox. This confirms that inbound email delivery is working properly.
Billing
Email service fees: The primary cost is the subscription fee from your enterprise mailbox provider.
DNS resolution fees: Alibaba Cloud DNS provides both a free edition and paid editions. If you require a premium Public Zone service with guaranteed availability, purchase a paid edition in advance. For more information, see Purchase and bind a domain name.
Troubleshooting
Q: Why are my DNS records not taking effect?
A: Confirm that Alibaba Cloud DNS is the authoritative DNS server for your domain name. Clear your local DNS cache or test from a different network environment. Wait for the record's TTL to expire.
Q: Why am I unable to receive emails?
A: Use dig or a domain name detection tool to check if the MX record correctly points to the service provider's server. Confirm that the email account is correctly set up with the service provider.
Q: Why are emails I send being rejected or sent to the spam folder?
A: Check if the SPF record includes all sending sources. Use online tools to verify that the DKIM signature is valid. Check if the DMARC policy is too strict (for example, using p=reject in the initial stage).
Q: The Alibaba Cloud DNS console shows that DNS records are configured, but mailbox verification still fails. What should I do?
A: This is typically because some required DNS records are missing, or certain record values do not match what your email provider requires. Update them according to the checklist provided by your provider.
Related documentation
For more information about record types and field descriptions, see Add a DNS record.
For more methods to check DNS record propagation, see Methods for testing DNS resolution.
For frequently asked questions about configuring mailboxes, see FAQs about MX records.