As far as I know, the IIS mail server doesn't claim to be compliant with
that part of RFC1123. For what it's worth, Exchange Server isn't compliant
either. In practical terms, this non-compliance isn't an issue -- no one
really uses domain literals.
I like to have ZERO warnings or errors in my testing though, so if ANYONE can give me the answer on how to do this, or if it is simply NOT possible that would be great. If it is truely NOT possible, I would like it to be a MS rep that breaks that news to me, thanks.
Nathan
Yes it is, just create a domain name [xx.xx.xx.xx] with adsutil.vbs, you
can find this script in c:\inetpub\adminscripts
start the following commands:
adsutil create smtpsvc/1/Domain/[tcp/ip] "IIsSmtpDomain"
adsutil set smtpsvc/1/Domain/[tcp/ip]/RouteAction 4098
adsutil set smtpsvc/1/Domain/[tcp/ip]/RouteActionString ""
adsutil set smtpsvc/1/Domain/[tcp/ip]/RouteUserName ""
adsutil set smtpsvc/1/Domain/[tcp/ip]/RoutePassword ""
adsutil set smtpsvc/1/Domain/[tcp/ip]/AuthTurnList ""
That's it...
Regards,
Harland Adelaars.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!