The information in this article applies to:
SUMMARY
This article explains how to enable Authenticated TURN (ATRN) on the
Microsoft Commercial Internet System 2.0 Mail Service or the Microsoft
Internet Information Server (IIS) 4.0 SMTP service.
MORE INFORMATION
ATRN is a mechanism that allows systems with dynamic IP addresses to
retrieve SMTP mail. The following paragraph describes how ATRN works.
Configuring ATRNTo configure the mail services for ATRN, you will need to run a script. The following is a very basic Visual Basic script that demonstrates how to set the keys needed for ATRN. The values are written in the script. It runs without trace messages, and the ONLY thing it does is configure a domain called test.com to queue mail for ATRN.You can modify this script to set ATRN for another domain by changing the value for rAction. The username and password can be changed by modifying the values for rUser and rPass respectively. The virtual server can also be modified by changing the value for rSite. The path in the GetObject statement controls which virtual server will be modified and takes the following form: IIS://MachineName/SMTPSVC/n/Domainwhere MachineName can be any computer name or LocalHost, and n is the nth service instance (also known as a site or a virtual server). ATRN ScriptCopy everything between <Start Script> and <End Script>, paste it into Notepad, save the file, and name it "Atrn.vbs," and then run the script using the following command at the MS-DOS prompt:CSCRIPT ARTN.VBSNOTE: The Windows NT Option Pack (required to install MCIS 2.0) installs the Windows Script Host by default. You can use Cscript.exe from the Windows Script Host to run this script. NOTE: This script will return the following error message if run again without
changing the domain name (rAction):
This script can only be used to create an ATRN domain, not modify an existing domain. Additional query words: xfor turn aturn
Keywords : |
Last Reviewed: July 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |