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