09-13-05 01:50 AM
Why can there be only one smarthost?
IIS shouldn't care about that. You should be able to put in many smarthosts
similar to Exchange. In testing it locally, it's the GUI that doesn't like
that but if I use some other method, I can enter that in.
You should test this yourself before relying on it, but basically you need
to look for and set the appropriate smarthost key in the metabase either via
script or via metabase explorer.
A script like this should do the trick.
[url]http://www.microsoft.com/technet/scriptcenter/scripts/iis/iis6/smtp/i6smvb25.mspx[
/url]
That's my $0.04 anyway. If Microsoft doesn't support it, that'd be another
matter altogether although they really should clean up the metabase and
cause it to only hold one value if that's the case ;)
IIS5 had this as a valid configuration IIRC. IIS6 I have not heard any
different details.
My advice? If this doesn't work for you, consider using a different MTA or a
different submit process. i.e. If you currently have your code submitting
locally from the webservice, you can change that to use the Exchange servers
directly in the code vs. how it's configured now.
Good luck,
Al
"Jeff Cochran" <jeff.nospam@zina.com> wrote in message
news:43294674.558304312@msnews.microsoft.com...
> On 9 Sep 2005 08:17:41 -0700, "Tom" <sch_th@yahoo.fr> wrote:
>
>
> Nope. One Smart Host.
>
>
> Provided it's not down for a seriopusly long time, the SMTP retries
> will resend the mail after the server is available. You could solce
> this by clustering the servers, but that's a bigger discussion for
> another group.
>
> Jeff
[ Post a follow-up to this message ]
|