将邮件从 Windows SMTP 服务器发送到同一计算机上的 Windows POP3 服务

发布于 2024-08-27 21:18:50 字数 160 浏览 4 评论 0原文

我已在 Windows Server 2003 上设置了 Windows SMTP 服务器和 Windows POP3 服务。我可以让 SMTP 服务器直接发送到 POP3 服务而不设置公共 IP 地址和域吗? Windows Server 是其自己的工作组(没有其他计算机)中的虚拟机,位于公司网络之上。

I've setup a Windows SMTP server and a Windows POP3 service on Windows Server 2003. Can I have the SMTP server send directly to the POP3 service without setting up a public IP address and domain? The Windows Server is a VM in it's own Workgroup (no other computers) sitting on top of a corporate network.

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

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

发布评论

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

评论(1

回忆追雨的时光 2024-09-03 21:18:50

为此,您应该能够使用环回 IP 地址 (127.0.0.1),或者如果您必须使用主机名,则使用 hosts 文件中映射到该主机名的主机名 - localhost.

You should be able to use the loopback ip address (127.0.0.1) for this, or if you must use a host name then the one mapped to it in the hosts file - localhost.

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