如何用網域名稱替換電子郵件位址的 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  

相關內容