- Last Updated: December 11, 2024
- 3 minute read
- WhatsUp Gold
- Version 2024
The Email monitor checks a mail server by first sending the server an email via SMTP. Then, in the subsequent poll, the monitor attempts to delete previously sent emails using either POP3 or IMAP. If no emails from the monitor are present in the inbox to delete, the mail server is considered Down. Please note, the first time the monitor is polled and an email message is successfully sent, the status will automatically be Up because there are no previously sent emails to delete.
Provide a unique name and description for the monitor, then configure the following:
Outgoing mail
- SMTP server. Enter the address of the server on which SMTP is
running. Use the default,
%Device.Address, to use the device IP address on which the monitor is attached. - Port. Enter the port on which the SMTP service is listening. The standard SMTP port is 25.
- Email to. Enter the address to which the Email Monitor sends email.
- Email from. Enter the address you want listed as "From" in the email sent by the Email Monitor.
Incoming mail
- Mail server. Enter the address of the server on which the POP3 or IMAP service is running.
- Account type. Enter the protocol (POP3 or IMAP) you want the monitor to use to check for correct email delivery.
- Username. Enter the username of the account in which the monitor uses to log in.
- Password. Enter the password for the account in which the monitor uses to log in.
SMTP Advanced Properties
- SMTP server requires authentication. Enable this option if the specified SMTP server requires authentication. Please note, this monitor supports CRAM-MD5, LOGIN and PLAIN authentication methods. The authentication method is not configurable. It is negotiated with the SMTP server automatically using the strongest mutually-supported authentication method.
- Username. Enter the username to be used for SMTP authentication.
- Password. Enter the password to be used for SMTP authentication.
- Use an encrypted connection (SSL/TLS). Enable this option to encrypt SMTP traffic if your SMTP server supports encrypting data over a TLS connection. Please note, WhatsUp Gold only supports explicit SSL sessions negotiated using the STARTTLS command for SMTP connections.
- Timeout.uicontrol> Enter the length of time attempts to connect to the selected device. When the specified time is exceeded without connecting, a timeout occurs and stops trying to connect to the server. This is considered a failed connection.
POP3 advanced properties
- Port. Enter the port number where the POP3 or IMAP server listens.
- Use an encrypted connection. Enable this option to connect to
a POP3 or IMAP server in an encrypted mode. Select one of the following encryption methods:
- Use implicit SSL. Select this option to login to your POP3 or IMAP server in an encrypted mode.
- Use SSL with STLS. Select this option to login to your POP3 or IMAP server in an unencrypted mode, and then switch to a TLS connection by sending STARTTLS or STLS command to the server.
- Timeout. Enter the length of time attempts to connect to the selected device. When the specified time is exceeded without connecting, a timeout occurs and stops trying to connect to the server. This is considered a failed connection.