Modify the operating environment file so that a usage charge file is sent to the set email address with the monthly usage charges for each tenant.
accounting.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\Charging\conf\accounting.properties
[Linux Manager]
/etc/opt/FJSVctchg/conf/accounting.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 "25" is set during installation. |
sendmail.fromAddress | Sender's email address. |
sendmail.encode | Specify the character encoding for sent emails. |
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.
If Setting item does not exist, add it.
An example is shown below.
... # Mail Information sendmail.smtp = smtp.example.com sendmail.smtp.port = 25 sendmail.fromAddress = cloud-master@example.com ...