Top
ServerView Resource Orchestrator Cloud Edition V3.2.0 Setup Guide
FUJITSU Software

9.1.2 Settings for Email Sent from Tenant Management

Modify the operating environment file so that notification of the tenant administrator adding or changing users is sent to the email addresses of the tenant administrator, tenant users, and the tenants in the same tenancy.

portal.properties settings

Follow the steps below to modify the email settings:

  1. Back up the following operating environment file to a work directory.

    [Windows Manager]

    Installation_folder\RCXCTMG\SecurityManagement\conf\portal.properties

    [Linux Manager]

    /etc/opt/FJSVctsec/conf/portal.properties
  2. Open the above operating environment file, and configure the following items:

    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 Ensure this value is configured.

    Do not change the setting items other than the ones listed above - if you have changed any of them, restore the file that was backed up.

    An example is shown below.

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