|
1. What does the message "Smtp Server can't run - Can't bind socket" mean?
Default port for receiving connection is 25 TCP. This message means that this port is
already in use by another application. If you work under Windows 2000, the port might be
in use by the "Simple Mail Transfer Protocol" service. This service is not an important
component of the operation system, unlike, for example TCP/IP. Therefore you can disable
it. To do that, open the "Control Panel" \ "Administrative Tools" \ "Services" window and change "Simple Mail Transfer Protocol" service startup type to manual and then stop the service.
To find out what application is using port 25, you can use TELNET command. In the start "Start" \ "Run..." dialogue box, type:
TELNET localhost 25
Name of the occupation will be displayed in a window that must look like this:

Alternatively, you can change port to be used by Autoroute SMTP to any other (within the
range 1..65535) on the Internal Server tab of the program settings window. Please note that default port used by mail clients is 25, so you will have to modify your mail client settings as well.
Top.
|