Top
ServerView Resource Orchestrator V3.4.0 Automatic Quarantining Function User's Guide
FUJITSU Software

4.10 mailnotice

Name

Installation_folder\SVROR\Manager\bin\mailnotice - Enables/disables email notification, displays information, and registers/deletes/modifies connection information for the SMTP server

Format

mailnotice register -name name -ip ipaddress -from from_address [-port port] 
mailnotice unregister -name name 
mailnotice modify -name name [-ip ipaddress] [-port port] [-from from_address] 
mailnotice enable 
mailnotice disable 
mailnotice info

Description

mailnotice is the command for configuring email notifications to the tenant administrator in response to detection of malware.

When sending email notifications to the tenant administrator, use this command to configure the connection information for the SMTP server in advance, and enable email notifications.

Note

This command cannot be executed multiple times simultaneously.

Subcommands

register

Registers the connection information for the SMTP server that will be used to send email notifications to the tenant administrator.

Note

It is not possible to register the connection information of multiple SMTP servers.

unregister

Deletes the connection information of the registered SMTP server.

modify

Modifies the following information of the registered SMTP server.

  • IP address
  • Port number
  • Sender's email address

Note

It is not possible to change the name registered for the SMTP server. To change the registered name, first delete the information registered for the SMTP server, and then re-register it.

enable

Enables the sending of email notifications to the tenant administrator when executing an action on an L-Server on which malware has been detected.

disable

Disables the sending of email notifications to the tenant administrator when executing an action on an L-Server on which malware has been detected.

info

Displays information regarding the email notification sent to the tenant administrator.

The following information is displayed.

Table 4.29 Information Regarding the Email Notification Sent to the Tenant Administrator
Item Name Description
Notice

Enables/disables email notifications

One of the following is displayed:

  • enable

    Displayed when email notifications are enabled.

  • disable

    Displayed when email notifications are disabled.

By default, this will be empty. (Email notifications are disabled)

Name SMTP server name
IP address IP address used to connect to the SMTP server
Port Port number of the SMTP server
From address Sender's email address

Options

-name name

In name, specify the registration name for the SMTP server.

For the registration name, specify a character string that is up to 15 characters long, starts with an alphabetic character, and is composed of alphanumeric characters and hyphens ("-").

-ip ipaddress

In ipaddress, specify the IP address of the SMTP server.

-port port

In port, specify the port number of the SMTP server. If this is omitted, the default port number, 25, is set.

For the port number, specify an integer between 0 and 65535 composed only of single-byte numbers.

-from from_address

In from_address, specify the sender email address.

For the email address, specify a character string that is up to 64 characters long, starts with an alphabetic character, and is composed of alphanumeric characters and symbols.

Requirements

Privileges

OS administrator

Location

Admin server

Usage Example

Registering the connection information of the SMTP server
>mailnotice register -name smtpsv -ip 192.168.100.11 -port 25 -from alert@ror.com
Modifying the connection information of the SMTP server
> mailnotice modify -name smtpsv -ip 192.168.100.21 
Enabling email notifications when executing an action upon detection of malware.
> mailnotice enable 
When displaying information regarding the email notification
> mailnotice info  
Notice: enable 

Name: smtpsv 
IP address: 192.168.100.21 
Port: 25 
From address: alert@ror.com
When deleting the connection information of the SMTP server
 >mailnotice unregister -name smtpsv 

Exit Status

This command returns the following values:

0

The command executed successfully.

non-zero

An error has occurred.