About sockets
Windows or BSD (UNIX) sockets must be installed on the client computer.
- The sockets installation must support TCP/IP.
- The client computer must be able to access an appropriate
server. To test this, type:
- telnet target-ip 25 (to test a SMTP e-mail target)
- telnet target-ip 110 (to test a POP3 e-mail source)
where target-ip is the server IP address. If the test is successful, you receive a welcome message from the server. Shut down the session by typing QUIT and pressing Enter.
You might not be able to see what you are typing on the screen.