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:
Open the following file.
[Windows]
<Installation directory for this product >\RCXCTMG\SecurityManagement\conf\portal.properties
[Linux]
/etc/opt/FJSVctsec/conf/portal.properties
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 |
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.