3.6 Configuring the Mail Server

The Dashboard requires a mail server to perform the following functionality:

By default, the Dashboard uses localhost for the mail server location.

To configure the mail server for the Dashboard e‑mails:

  1. Stop the Dashboard server.

    For more information, see Section 2.3.2, Stopping the Dashboard.

  2. Open the /OperationsCenter_Dashboard_install_path/server/conf/Catalina/localhost/ROOT.xml file in a text editor.

  3. Update the mail.smtp.host, mail.imap.host and pop3.host values. In the following example, updates are made for acme.com:

    <Resource
        name="mail/MailSession"
        auth="Container"
        type="javax.mail.Session"
        mail.imap.host="imap.acme.com"
        mail.pop3.host="pop3.acme.com"
        mail.smtp.host="webmachine.acme.com"
        mail.store.protocol="imap"
        mail.transport.protocol="smtp"
      />
    
  4. Save the file, then restart the Dashboard server.

    For more information, see Section 2.3.1, Starting the Dashboard.