CLI Guide

Table Of Contents
search-domains domain-name-list
Optional. An ordered list of domain names to search when resolving host names that are configured
in the storage system. You can specify a comma-separated list containing from one to three domain
names, with a maximum of 255 characters per domain name. The resolver will query the network in
the order prescribed by the list until finding a match.
Examples Configure the system to query the name server at IP address 8.8.8.8, or at 8.8.6.6 if 8.8.8.8
is unsuccessful or unreachable, to resolve any SMTP server name with a domain of gmail.com,
followed by google.com, and finally by yahoo.com.
# set dns-parameters nameservers 8.8.8.8,8.8.6.6 search-domains
gmail.com,google.com,yahoo.com
Basetypes
controller-dns-parameters
status
See also
clear dns-parameters
set dns-managment-hostname
reset dns-management-hostname
show dns-management-hostname
show dns-parameters
set email-parameters
Description
Sets SMTP notification parameters for events and managed logs.
Minimum role manage
Syntax
set email-parameters
domain domain
email-list email-addresses
[include-logs enabled|disabled|on|off]
notification-level crit|error|warn|resolved|info|none
[port port-number]
security-protocol tls|ssl|none
[sender sender]
[sender-password password]
server address
Parameters
domain domain
The domain name that is joined with an @ symbol to the sender name to form the from address for
remote notification. The domain name can have a maximum of 255 bytes. The value cannot include a
space or \ " , : ; < > ( ) For example:
MyDomain.com
If the domain name is not valid, some email servers will not process the mail.
email-list email-addresses
Enter from one to four comma-separated email addresses for recipients of event notifications. Each
email address must use the format user-name@domain-name and can have a maximum of 320
bytes. The first three email addresses are used as destinations for events.
If the managed logs feature is enabled, you can set the fourth email-address to the address of the log
collection system. For example: IT-team@MyDomain.com,,,LogCollector@MyDomain.com
Alphabetical list of commands 123