Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.
    Comment: Published by Scroll Versions from this space and version 6.9-0

    ...

    • mail_domain = <your mail domain name>
    • mail_host = <your SMPT SMTP mail hostname or IP address>
    • mail_administrator = <address or mailing list to receive supervisor-related emails; warnings, license notifications, etc.>

    If your email server requires SMTP AUTH, which most modern systems do, you will need to further set up the following 3 parameters:

    Optionally, you may need to specify the mail_port if the SMTP server listed in mail_host is listening on a port other than port 25 (one of the SMTP default).default ports (25 for DEFAULT, 465 for SSL, and 587 for TLS). Leaving mail_port commented out or setting it to 0 will use the default.

    The SMTP host may need to be configured to accept and forward mail from your supervisor host machine.  You will need to refer to the documentation for your particular SMTP mail host's application.

    ...