Top
Cloud Services Management V1.1.0 Installation Guide
FUJITSU Software

C.2.1 Changing Email Addresses Used for Emails from This Product

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.

  1. Open the following file using a text editor.

    %FSCSM_HOME%\conf\csb_lisence.properties
  2. 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
  3. 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)".

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

  1. 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>
  2. Modify the configuration file of system information.

    Open the following file using a text editor.

    %FSCSM_HOME%\conf\fscsm_config.xml
  3. 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>
  4. 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".