Top
Cloud Services Management V1.1.0 Installation Guide
FUJITSU Software

3.1.2 Configuration of the Mail Server

This product sends information such as requests and monthly billing to users by email. Configure the mail server to be used for sending these emails by editing the definition file for system information.

The file name and storage location are as follows:

File Name
fscsm_config.xml
Storage Location
%FSCSM_HOME%\conf
Setting Items

Item

Description

sendmail.smtp

IP address or hostname of the mail server

sendmail.smtp.port

Port number for the mail server

sendmail.fromAddr

Sending email address

Example

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
...
<entry key="sendmail.smtp">smtp.example.com</entry>
<entry key="sendmail.smtp.port">25</entry>
<entry key="sendmail.fromAddr">from.csm@jp.fujitsu.com</entry>
...
</properties>

For details on the system information definition file, refer to "System Information" in the "FUJITSU Software Cloud Services Management Operation Guide".