Monitoring POP3 servers
Previous Topic  Top  next topic

When polling the status of an POP3 server, the following steps are taken:

A TCP connection is established with the server IP address on port 110 (*).
Simple Failover waits for a "greeting".
If the greeting begins with +OK…
, (*) then the POP3 server is considered functional.
With any other greeting, the server is considered non-functional.
The TCP connection is closed.

While performing above steps, Simple Failover may also encounter a communications error (winsock error), or that the TCP connection is unexpectedly closed by the remote server, or it may time out waiting for the TCP connection to be established or a response to be received.
In any of these cases, the server is considered non-functional.

For details on the POP3 protocol, please see RFC1939.
This and other RFCs can be obtained from http://www.rfc-editor.org/rfcsearch.html
.

(*) An alternate port number can be specidifed in the Advanced Server Set Properties dialog.