Top
Cloud Services Management V1.1.0 Installation Guide
FUJITSU Software

C.2.3 Modifying Configurations of SMTP Hosts

This section explains how to modify the configuration of an SMTP host used by this product.

An SMTP host is specified using the value of "SMTP_HOST", which is a setup parameter of this product. To modify it, execute the following procedure.

Modification of an SMTP host is performed using a command. Execute the command using the command prompt or console.

  1. Modify the configuration of the SMTP host.

    Execute the following command to make modifications.

    • 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.host=<SMTP server>
    • 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.host=<SMTP server>
  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.smtp".

    Example

    [Before modifying]

    <entry key="sendmail.smtp">smtp.sample.com</entry>

    [After modifying]

    <entry key="sendmail.smtp">newsmtp.sample.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".