IIS 7 中是否已弃用 SMTP 虚拟服务器?
看起来,在 IIS 7(7.5、Windows Server 2008 R2)中,SMTP 虚拟服务器是二等公民,只能通过 IIS 6.0 兼容模式管理工具进行配置。这种安排让我想知道 SMTP 虚拟服务器是否已被弃用,或者“即将被淘汰”。
这准确吗? IIS 附带的 SMTP 虚拟服务器是否已被淘汰?是否有替代品正在运送中?
It seems that in IIS 7 (7.5, Windows Server 2008 R2) the SMTP virtual server is a second-class citizen, only being configurable through the IIS 6.0 compatibility-mode management tool. This arrangement leads me to wonder whether the SMTP virtual server is deprecated, or otherwise "on it's way out".
Is this accurate? Is the SMTP virtual server shipped with IIS being phased out? Is there a replacement on its way in?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
TL;DR 来自此处:是的,它已经消失了。您可以安装 IIS 6 SMTP 服务器,但它很糟糕。最好使用像 hMailServer 这样的东西,它是免费的并且运行良好。
TL;DR from here: Yes, it's gone. You can install IIS 6 SMTP server, but it sucks. Far better to use something like hMailServer which is free and works great.
最近,Microsoft 开始在最新 Windows 版本(IIS 8 及更高版本)中向有关 IIS 6 SMTP 服务的文档中添加明确的注释,以永久弃用此组件,
https://learn.microsoft.com/en-us/iis/application-frameworks/install-and-configure-php-on-iis/configure-smtp-e-mail-in-iis-7-and -above#note
因此,从字面意义上讲,您不应在 2015 年 7 月 14 日(Windows Server 2003 的生命周期结束日期)之后使用 SMTP 服务。
It is recently that Microsoft started to add explicit notes to its documentation around IIS 6 SMTP service in recent Windows releases (IIS 8 and above) that deprecating this component for good,
https://learn.microsoft.com/en-us/iis/application-frameworks/install-and-configure-php-on-iis/configure-smtp-e-mail-in-iis-7-and-above#note
So literally speaking, you shouldn't use SMTP service after July 14, 2015 (end of life date for Windows Server 2003).