| |
microsoft.public.inetserver.iis.smtp_nntp |
Is the Microsoft IIS 5/6 SMTP Server RFC1123 5.2.17 compliant? Yes it is, just create a domain name [xx.xx.xx.xx] with adsutil.vbs, you start the following commands: adsutil create smtpsvc/1/Domain/[tcp/ip] "IIsSmtpDomain" That's it... Regards, *** Sent via Developersdex http://www.developersdex.com ***
can find this script in c:\inetpub\adminscripts
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 ""
Harland Adelaars.
Don't just participate in USENET...get rewarded for it!