PTR records are used to prove credibility of IP addresses and domain names of email servers. Most spam senders use email servers whose IP addresses are dynamically allocated or not mapped to registered domain names in order to avoid being tracked. If you do not want emails sent from your email server to be considered as spam, add a PTR record to map the email server IP address to a domain name. In this way, the email recipient can obtain the domain name by IP address and will know that the email server is trustworthy.
If you use an ECS as an email server, configure a PTR record to map the ECS IP address to a domain name.
After an ECS is successfully created and assigned with an EIP, a PTR record will be generated for the EIP by default in format of ecs-xx-xx-xx-xx.compute.xxx.com, where xx-xx-xx-xx is the EIP and xxx is the domain name provided by the cloud platform.
You can use one of the following methods to query the default PTR record of an EIP:
The default PTR record of the EIP may not be applicable in some scenarios. For example, it cannot be used as the domain name of an email server. In this case, create a PTR record for the EIP.
After you create a PTR record, the default record will be overwritten.
This section describes how to add a PTR record for a cloud resource, such as ECS.
Currently, you can configure PTR records only for IP addresses with a 32-bit subnet mask.
The DNS console is displayed.
The PTR Records page is displayed.
Parameter |
Description |
Example Value |
---|---|---|
EIP |
EIP of another cloud resource, for example, ECS You can select an EIP from the drop-down list. |
XX.XX.XX.XX |
Name |
Domain name mapped to the EIP |
www.example.com |
TTL (s) |
Cache duration period of the PTR record, in seconds The default value is 300, which is, 5 minutes. |
300 |
Tags |
(Optional) Identifier of a resource Each tag contains a key and a value. You can add a maximum of 20 tags to a PTR record. For details about tag key and value requirements, see Table 2. |
example_key1 example_value1 |
Description |
(Optional) Supplementary information about the PTR record |
The description of the PTR Record. |
Parameter |
Requirements |
Example Value |
---|---|---|
Key |
|
example_key1 |
Value |
|
example_value1 |
View the created PTR record on the PTR Records page.
If the domain name is mapped to multiple EIPs, you must create a PTR record for each EIP.
Run the following DOS command on a PC connected to the Internet:
nslookup -qt=ptr IP address