我继承了一个烂摊子,我需要你的帮助来解决它。
两个主要目标是更改“Example.com”的 DNS 记录,以便“内部托管”电子邮件服务器(域注册商和电子邮件服务器主机相同)继续运行,而域本身指向“外部托管” “ 网站。
以下是信息:
1.“Example.com”DNS 由 A 公司管理
。2.“Example.com”A 记录指向 Z 公司托管的旧站点
。3.“Example.com”新站点作为用户存在 ( ~exampledotcom) 在公司 B 的帐户上。
4. 'Example.com' 电子邮件服务器在公司 A 的虚拟主机帐户上运行。
目前,公司 A 上存在的“Example.com”的 DNS 条目如下(类型、名称、数据)
A Record, example.com, [IP address of Virtual Server hosted by Company A that powers Email server but does NOT host current OLD site]
A Record, www.example.com, [IP address of OLD site]
MX Record, example.com, Pref=10 example.com
Then all standard CNAME entires point to 'example.com'
Run Code Online (Sandbox Code Playgroud)
如果我正确理解当前设置,“他们”将“example.com”指向电子邮件服务器地址,因此他们可以将 MX 记录设置为“example.com”。你不能简单地将 MX 记录更改为电子邮件服务器的 …