SMTP 服务器要求

发布于 2024-09-08 06:05:09 字数 140 浏览 3 评论 0原文

有人可以帮助回答一些有关 SMTP 服务器的网络/DNS 要求的问题吗?假设服务器已经设置。

  1. SMTP 是否需要 MX 记录?
  2. TCP端口25向服务器开放?
  3. 还有其他 DNS 记录吗?

Could someone help answer a few questions regarding the networking / DNS requirements for an SMTP server? Assume the server is setup already.

  1. Is a MX record required for SMTP?
  2. TCP port 25 open to the server?
  3. Any other DNS records?

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

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

发布评论

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

评论(1

爱已欠费 2024-09-15 06:05:09

我认为这取决于你所说的“必需”是什么意思。

从技术上讲,您需要一个侦听 TCP 端口的应用程序。不需要 DNS,因为其他人可以使用 IP 地址访问该盒子。

然而,当您考虑可以与任意 SMTP 客户端交互的“公共”SMTP 服务器以便您可以从 gmail 等接收邮件时,您需要:
- 服务器监听 TCP 端口 25
- MX 记录或 SMTP 服务器位于 A/AAAA 记录指向的计算机上

I think this depends on what you mean with 'required'.

Technically you need an application listening to a TCP port. No DNS is necessary as others can access the box with the IP address.

However when you think about 'public' SMTP server that can interact with arbitrary SMTP clients so you can receive mails from gmail etc, you need:
- server listens on TCP port 25
- either an MX record or SMTP server is on the machine where the A/AAAA record points to

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