OK I find out what was wrong. If you have Exchange configured as FireWall Client the SMTP works fine. In order make POP3 work you have to create wspcfg.ini and save it on Exchange Server the same way as you do for Proxy 2.0 Use these instructions from microsoft: 1. After the WinSock Proxy client is working, additional settings are required for server proxy on the Exchange Server computer. You must create two Wspcfg.ini files for the Exchange Server computer.
Create the first Wspcfg.ini file for use with the Exchange SMTP service. Type the four lines of information below into Notepad and save this file as Wspcfg.ini in the directory where Msexcimc.exe is located. NOTE: Do NOT save the file in Unicode format. The SMTP port (25) on the Exchange Server computer will then be bound to the Proxy Server's port 25. On computers with Internet Information Server version 4.0 (IIS), stop and disable the SMTP service from starting. The SMTP service, an optional Windows NT Option Pack service, also uses port 25. Copy only the four lines of text below; do not copy the blank lines above or below. 2. 3. [MSEXCIMC] 4. ServerBindTcpPorts=25 5. Persistent=1 KillOldSession=1 NOTE: The SMTP port (25) on the Exchange Server computer is then bound to the Proxy Server's port 25. Also, the default location of the MSEXCIMC.EXE file is: c:\exchsrvr\connect\msexcimc\bin\msexcimc.exe Create the second Wspcfg.ini file for use with the Exchange information store (Store.exe). Copy and Paste the four lines of information below into Notepad (DO NOT MANUALLY TYPE THE INFORMATION) and save this file as Wspcfg.ini in the directory where Store.exe is located. Also, the default location of store.exe follows: c:\exchsrvr\bin\store.exe NOTE: Do NOT save the file in Unicode format. [STORE] ServerBindTcpPorts=110,119,143 Persistent=1 KillOldSession=1 NOTE: Additional ports, such as ports 119 and 143 shown above, can be listed because Store.exe provides Network News Transfer Protocol (NNTP) on port 119, POP mail on port 110, and so on. NOTE: When you configure the Exchange Server to use IMAP4 mail or secure mail, Exchange Server connects to ports 993 and 995 on the Proxy Server. To make this work, edit the Wspcfg.ini file located in the folder where the Exchange Store.exe file is located. These port must be bound to the external interface on the Proxy Server. The changes to the Wspcfg.ini file are as follows: [Store] ProxyBindIp=993:<PROXY_SERVER_ADDRESS>,995:<PROXY_SERVER_ADDRESS> ServerBindTCPPorts=993,995 KillOldSession=1 Persistent=1 NOTE: For these changes to work properly, you must apply Service Pack 1 to Microsoft Proxy 2.0 as well as the solution described in the following article: Q232588 Winsock Proxy Client Fails to Bind Remotely to Proxy Server Computer 2. Verify that the two Wspcfg.ini files do NOT have a .txt extension appended. This will occur if your Internet Explorer interface settings are set to default values. The file may appear as Wspcfg.ini.txt. Rename the file if necessary. 3. Restart Exchange Server. Simon
quote: Originally posted by simontea: Please help.My Exchange 5.5 behind ISA I used Mail Wizard, Set SMTP to inbound and outbound. SMTP works POP3 does not. When I connect to mail.domain.com with Outlook Express I get an error: Your server has unexpectedly terminated the connection. Possible causes for this include server problems, network problems, or a long period of inactivity. Account: 'mail.domain.com', Server: 'mail.domain.com', Protocol: POP3, Port: 110, Secure(SSL): No, Error Number: 0x800CCC0F So I set Rule to allow any POP, set Filter to allow any pop from any remote to internal Exchange. I'm getting the same error. I reinstalled ISA It did not help. I searched all message boards and site, but get no hint. Thank You for Your Response.
|