- Install Winsock proxy client from the proxy server Mspclnt share.
- Copy two instances of the Wspcfg.ini file.
- Add the following section to the end of the first Wspcfg.ini file. This section is required for the Exchange SMTP service:
[Msexcimc]
ServerBindTcpPorts=25
Persistent=1
KillOldSession=1
- Place this file in the directory where the Msexcimc.exe file is located. The default directory path is \Exchsrvr\Connect\Msexcimc\Bin.
- Restart the Microsoft Exchange IMS Service.
- Confirm that the SMTP port is bound to port 25 on the Proxy Server computer. Do this by typing telnet <proxy external IP> 25, where <proxy external IP> is the external IP address of the Proxy server.
- The second Wspcfg.ini file contains entries needed for the Exchange Store (Store.exe), as follows:
[Store]
ServerBindTcpPorts=110,119,143
Persistent=1
KillOldSession=1
Additional ports can be listed in this because Store.exe sets POP mail on port 110, NNTP on port 119, and IMAP4 on port 143. - Place this second Wspcfg.ini file in the directory where Store.exe is located. The default directory path is \Exchsrvr\Bin.
- Stop and restart the Exchange services, or restart the Exchange Server computer, for the new settings to take effect. You should be able to contact the Exchange Server computer by connecting to the external IP address on the Proxy Server computer using IMAP, NNTP, or POP3 protocols.
- Verify that your DNS MX records point to the Proxy Server computer and not to the Exchange Server computer. Because the MX record is different from the regular GetHostByName call, you must configure network TCP/IP properties, using Control Panel, to use DNS for the Exchange Server computer. The WinSock Proxy client application automatically redirects the DNS MX request.
NOTE: If you have an internal DNS server on your network, you can use DHCP to configure the internal server. This may enable you to use both internal and external DNS servers to resolve names on your internal network and on the Internet.