The EMWAC IMS POP3S.EXE (all versions) uses NT 3.51 security features for user and password validation. Therefore, you have to use NT 3.51 for the POP3S service.
NT 3.51 is required to run the EMWAC IMS.
Please note the right should be assigned against NT Computer name.
This usually means a problem with the initialisation of the service. Further information detailing the precise problem will be recorded in the Application Event Log - see the Error Logging page for details on how to view this information.
The problem is that the service is asking the DNS for information during startup, and if the DNS takes a while to respond, then the Service Control Manager gets tired of waiting and shows an error.
Try to run following commands in the Command Prompt:
You can run a telnet session from a UNIX host or any other telnet client.
You can validate this by a Troubleshooting using Telnet session. You can leave only the problematic message in your mail inbox and you should be able to see the whole message in your screen after the "RETR 1" command and the QUIT command should also finish with "+OK".
It is quite common and the log message should be considered as a normal behaviour of the POP3S operation in this scenario
If IMS is running on an NT Server, you need assigned the right against the local NT Server not the local NT domain. For example, if your NT Server is called "PCNTSVR1" and your NT domain name is "NTDOMAIN1", you need bring up User Manager for Domain: Run "Select Domain" command in User menu, enter "\\PCNTSVR1" and press OK, then assign the right. See step 12 for the same instruction in the Installing section of Obtaining and installing the software.
There is a registry entry for SMTPDS for the timeout (interval) for how often it should check the directories. When you use the filter, you can shorten this delay so that when the mail shows up in INCOMING it is delivered more quickly.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SMTPDS\Parameters
Value under this key:
Timeout (REG_DWORD)
Time in seconds, default=120 seconds.
Created this value (if it doesn't exist by default) and set it to 15.
--------------------------------------------------------------------------------
To install IMS under Windows 2000, the following registry entry must be added
since it appears to no longer be used :
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Domain
type REG_SZ
value yourdomain.com
In addition, it appears that W2K no longer fills in the Nameserver registry
parameter :
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Nameserver
type REG_SZ
value(s) nameserver IP addresses.
If this parameter is blank, it will cause IMS to fail to deliver messages. They
will sit in the holding directory.