Top
ServerView Resource Orchestrator Cloud Edition V3.1.1 Setup Guide
ServerView

18.1.2 Settings for Email Sent from Tenant Management

Modify the operating environment file so that the tenant administrator (within the same tenant), the tenant users, and the tenant email addresses are notified when operations such as adding or modifying users are performed.

portal.properties settings

Follow the steps below to modify the email settings:

  1. Open the following file.

    [Windows Manager]

    <installation_folder>\RCXCTMG\SecurityManagement\conf\portal.properties

    [Linux Manager]

    /etc/opt/FJSVctsec/conf/portal.properties
  2. The following information must be modified:

    Setting item

    Description

    sendmail.smtp

    Host name or IP address of the SMTP server

    sendmail.smtp.port

    Port number of the SMTP server
    "25" is set during installation.

    sendmail.fromAddress

    Sender's email address

    An example is shown below.

        ...
    # sendmail
    sendmail.smtp = smtp.example.com
    sendmail.smtp.port = 25
    sendmail.fromAddress = cloud-master@example.com
        ...

Note

  • When editing the portal.properties file, do not change any settings items other than sendmail.smtp, sendmail.smtp.port, and sendmail.fromAddress.

  • Save the portal.properties file before editing it. If any settings items other than sendmail.smtp, sendmail.smtp.port, and sendmail.fromAddress have been changed, restore the saved file.