Additional Proxy Server 2.0 Configurations

Last reviewed: March 11, 1998
Article ID: Q177153

The information in this article applies to:

  • Microsoft Proxy Server version 2.0

SUMMARY

The following are Proxy Server configurations that are not listed in the online Proxy Server 2.0 documentation: Microsoft SQL Server, cc:Mail Server, and Lotus Notes Server.

MORE INFORMATION

Information on how to configure Proxy Server configurations for additional services such as Microsoft Exchange, Telnet, DNS, TCP Services, and FTP can be found in the Proxy Server 2.0 online documentation at

   http://localhost/prxdocs/htm

Go to Administration, Configuring MultiServer Environments, and Configuring Server Proxy Parameters.

Use the following parameters to create Server Proxy configurations for Microsoft SQL Server, cc:Mail Server, Lotus Notes Server, and Groupwise Server:

  • Microsoft SQL Server On the SQL Server create the following entry in the Wspcfg.ini file and place it in the same directory where Sqlservr.exe resides.

    [sqlservr] ServerBindTCPPorts=1433 Persistent=1 KillOldSession=1

  • cc:Mail Server On the cc:Mail Server create the following entry in the Wspcfg.ini file and place it in the same directory where Winsmtp.exe resides.

    [winsmtp] ServerBindTCPPorts=25 Persistent=1 KillOldSession=1

    Create the following entry in the Wspcfg.ini file and place it in the same folder where Pop3d.exe resides.

    [pop3d] ServerBindTCPPorts=110 Persistent=1 KillOldSession=1

  • Lotus Notes Server (Replicator Service) On the Lotus Notes Server create the following entry in a new Wspcfg.ini file and place it in the same folder where Nreplica.exe resides.

    [nreplica] ServerBindTCPPorts=1352 Persistent=1 KillOldSession=1

  • Lotus Notes Server (SMTP Service) On the Lotus Notes Server create the following entry in the Wspcfg.ini file and place it in the same folder where Nisesctl.exe resides.

    [nisesctl] ServerBindTcpPorts=25 Persistent=1 KillOldSession=1

    Create the following entry in a new Wspcfg.ini file and place it in the same folder where Noseshlr.exe resides.

    [noseshlr] ServerBindTcpPorts=25 Persistent=1 KillOldSession=1

    You may also need to use ForceCredentials=1 and credtool for both services.

  • Groupwise Server On the Groupwise server, create the following entry in the Wspcfg.ini file and place it in the same folder where Gwia.exe resides.

    [GWIA] ServerBindTcpPorts=25,110,143 Persistent=1 KillOldSession=1

The following are servers that will not work in a Server Proxy configuration:
  • Oracle Server
  • Winframe Server


Additional query words: wspcfg proxy
Version : WINNT:2.0
Platform : winnt
Hardware : ALPHA x86
Issue type : kbhowto


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: March 11, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.