All Products
Search
Document Center

Direct Mail:How to verify if the configured DNS resolution takes effect?

Last Updated:Mar 18, 2024

Assuming your domain is test01.xxx.top. Here're the methods for windows and linux systems.

A.Windows Open Menu “Start”-->”cmd”

Check the Ownership Record: nslookup -qt=TXT aliyundm.test01.xxx.top

image

Check the SPF Record: nslookup -qt=TXT test01.xxx.top

image

Check the MX Record: nslookup -qt=MX test01.xxx.top

image

B.Linux

Check the Ownership Record: dig txt aliyundm.test01.xxx.top

linux_domain_ownership_check

Check the SPF Record: dig txt test01.xxx.top

linux_domain_spf_check

Check the MX Record: dig mx test01.xxx.top

linux_domain_mx_check