This section explains how to change the email addresses used by the main functions of this product.
Changing Destination Email Addresses
The destination email address is set to be the value of "MAIL_ADDRESS" which is a setup parameter of this product. To change it, execute the following procedure.
Open the following file using a text editor.
%FSCSM_HOME%\conf\csb_lisence.properties
Change the value of item "csb.lisence.to.addr".
Example
[Before changing]
csb.lisence.to.addr=toaddr@example.com
[After changing]
csb.lisence.to.addr=toaddrChange@example.com
Modify APP_ADMIN_MAIL_ADDRESS for the coordination adapter platform (APP). For details on the modification procedure, refer to "C.3 Reconfiguring the Coordination Adapter Platform (APP)".
Restart the management server of Cloud Services Management to reflect the configuration.
For details regarding starting and stopping Cloud Services Management, refer to "Starting and Stopping" in the "FUJITSU Software Cloud Services Management Operation Guide".
Changing Sending Email Addresses
The sending email address is set to be the value of "MAIL_RESPONSE_ADDRESS", which is a setup parameter of this product. The change of the sending email address explained in this section is performed using a command. Execute the command using the command prompt or console.
Reconfigure the Java EE execution environment.
To change the sending email address, execute the following command:
For GUI domains
"%FSCSM_HOME%\SWCTMG\glassfish3\bin\asadmin" -p <admin port number> -u <user name of administrator> set server.resources.mail-resource.mail/CSBMail.from=<email address>
For APP domains
"%FSCSM_HOME%\SWCTMG\glassfish3\bin\asadmin" -p <admin port number> -u <user name of administrator> set server.resources.mail-resource.mail/APPMail.from=<email address>
Modify the configuration file of system information.
Open the following file using a text editor.
%FSCSM_HOME%\conf\fscsm_config.xml
Modify the value of item "sendmail.fromAddr".
Example
[Before changing]
<entry key="sendmail.fromAddr">fromaddr@example.com</entry>
[After changing]
<entry key="sendmail.fromAddr">newfromaddr@example.com</entry>
Restart the management server of Cloud Services Management to reflect the configuration.
For details regarding starting and stopping Cloud Services Management, refer to "Starting and Stopping" in the "FUJITSU Software Cloud Services Management Operation Guide".