如何正确设置A记录和MX记录

发布于 2024-11-05 04:26:12 字数 1550 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

总以为 2024-11-12 04:26:12

您应该可以很好地更改根记录。每当收到电子邮件时,它都会查看 MX 记录。但有两件事需要检查。

MX记录会指向一个域名,它们是否指向根域?其次,他们是否使用任何形式的网络邮件?您可能需要创建另一条记录,例如 mail.example.com,以确保他们仍然可以访问这两个内容。

大多数发件人验证使用不同的 DNS 条目,并且不以任何方式依赖 A 记录,因此您应该可以很好地进行更改。

You should be fine changing the root record. Whenever an email comes in it will always look at the MX records. There are two things to check though.

The MX records will point to a domain name, are they pointed at the root domain? Secondly do they use any form of webmail? You might need to create another record such as mail.example.com in order to ensure that they can still access these two things.

Most sender validation uses different DNS entries and doesn't rely on the A records in any way so you should be fine changing things.

杀手六號 2024-11-12 04:26:12

正确的。 AMX 记录彼此不相关,因此不会相互影响。您可以将它们指向不同的域。

  • A 记录:主机地址(通常是网站域的 IP)
  • MX 记录:邮件交换(处理您电子邮件的 Web 服务器 -> 可以位于完全不同的服务器上)

Correct. A and MX records are not related to each other and will therefore not have an impact on each other. You can point them to different domains.

  • A record: host address (typically the IP of the website domain)
  • MX record: mail exchange (the web server which is handling your e-mail -> which can be on a completly different server)
韵柒 2024-11-12 04:26:12

也有帮助:

nslookup -type=MX yourdomain.com
dig MX yourdomain.com

Also helpful:

nslookup -type=MX yourdomain.com
dig MX yourdomain.com
成熟的代价 2024-11-12 04:26:12

更改 A 记录并保持 MX 记录不变应该就可以了。

例如,我有一个托管在服务器上的网站,并且有用于电子邮件的 Google Apps。我所做的只是将 MX 记录插入我的托管提供商,我的电子邮件就没有问题了。

Should be just fine to change the A records and leaving the MX records intact.

For example, I have a website hosted on a server and I have Google Apps for email. All I did was insert the MX records into my hosting provider and my emails went through no problem.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文