POP3 Check

Check a POP3 server to ensure it is running and accepting connections according to RFC 1081. Optionally, log into the POP3 server using a username and password.

Settings:

Host Address: The hostname or IP address of the host running the POP3 server to be checked.

Port: The port POP3 is listening on, usually port 110.

Require SSL: If checked, a secure connection will be established using SSL.

Username/Password (Optional): If the username and password is specified, the check will include a login attempt.

Verify Text (Optional): The content returned can be checked for the presence of specific text. If not found, a "Content Error" will be generated. Note that the verification is case sensitive and the text must be found in the content exactly as it is entered here. To verify text using a regular expression, enter "regex:" followed by the expression.