将邮件从 Windows SMTP 服务器发送到同一计算机上的 Windows POP3 服务
我已在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为此,您应该能够使用环回 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
.