如何用域名替换我的电子邮件地址的 IP 地址?

如何用域名替换我的电子邮件地址的 IP 地址?

我在 上注册了域名easyDns.com,并VPS在 上托管godaddy

我在 easyDNS 中更改了我的域名的 A 记录,它成功了。它重定向到我的 IP 地址。

但是当我从 cpanel 创建电子邮件地址时。电子邮件地址变成这样[email protected] 但我想要[email protected]

请指导我。

答案1

/etc/hosts 你的 VPS 上你应该看到类似这样的内容:

127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
::1         localhost localhost.localdomain localhost6 localhost6.localdomain6


## Entries below this line are added by the user and ** ARE NOT ** Defaults
127.0.0.1    (localhostname.domainname)

98.132.125.0   example.com  ## replace this lines info with the IP addr your get from http://whatsmyipaddress.com (FROM VPS ) and the domainame instead of example.com  

相关内容