Top
Cloud Services Management V1.1.0 Installation Guide
FUJITSU Software

C.2.4 Changing SMTP Ports

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

An SMTP port is specified using the value of "SMTP_PORT", which is a setup parameter of this product. To change it, execute the following procedure.

Changing of an SMTP port is performed using a command. Execute the command using the command prompt or console.

  1. Change the configuration of the SMTP port.

    Execute the following command to make changes.

    • 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.property.mail-smtp-port=<SMTP port>
    • 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.property.mail-smtp-port=<SMTP port>
  2. Change the configuration file of system information.

    Open the following file using a text editor.

    %FSCSM_HOME%\conf\fscsm_config.xml
  3. Change the value of item "sendmail.smtp.port".

    Example

    [Before changing]

    <entry key="sendmail.smtp.port">25252</entry>

    [After changing]

    <entry key="sendmail.smtp.port">25800</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".