Can I configure SMTP in IIS, so it relays to a remote SMTP server?

房东的猫 提交于 2019-12-03 02:42:23
Christopher G. Lewis

Yes, it' completely possible, and relatively easy to configure.

I've got a couple of articles about SmartHosting on my web site that will probably help:

http://www.christopherlewis.com/SmartHosting/SMTPSmartHosting.htm
and
http://www.christopherlewis.com/SmartHosting/SMTPSmartHostingPt2.htm

They're written towards Exchange 2003, but Exchange 2003 used IIS's SMTP engine, so the settings are the same.

Bascially, you right click the SMTP site, select properties, Delivery tab, Outbound security, and enter your credientials in the Basic Authentication fields. Back on the Delivery tab, you then click Advanced and enter the remote SMTP server name in the SmartHost field.

Editing

The links above are no longer available.

Try http://intellitect.com/configuring-windows-smtp-server-on-windows-2008-for-relay/.

I think you can only set outbound relays for specific domains, not blanket coverage.

http://www.isaserver.org/articles/smtprelayinboundoutbound.html

EDIT: I've not done this before, buy maybe worth a try:

From the Server properties, you could try selelcting the 'Delivery' Tab, then advanced. In the Smart Host, type the outgoing SMTP relay IP / domain. Select OK, and then select 'Outboud Security' and enter your username / password in the basic authentication box.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!