Installation_folder\SVROR\Manager\bin\mailnotice - Enables/disables email notification, displays information, and registers/deletes/modifies connection information for the SMTP server
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
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.
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.
Deletes the connection information of the registered SMTP server.
Modifies the following information of the registered SMTP server.
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.
Enables the sending of email notifications to the tenant administrator when executing an action on an L-Server on which malware has been detected.
Disables the sending of email notifications to the tenant administrator when executing an action on an L-Server on which malware has been detected.
Displays information regarding the email notification sent to the tenant administrator.
The following information is displayed.
Item Name | Description |
---|---|
Notice |
Enables/disables email notifications One of the following is displayed:
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 |
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 ("-").
In ipaddress, specify the IP address of the SMTP server.
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.
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.
OS administrator
Admin server
>mailnotice register -name smtpsv -ip 192.168.100.11 -port 25 -from alert@ror.com
> mailnotice modify -name smtpsv -ip 192.168.100.21
> mailnotice enable
> mailnotice info Notice: enable Name: smtpsv IP address: 192.168.100.21 Port: 25 From address: alert@ror.com
>mailnotice unregister -name smtpsv
This command returns the following values:
The command executed successfully.
An error has occurred.