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:
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
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 |
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 ...