User Manual

Table Of Contents
Setting value Description
over-ssl Encrypting communication ( over SSL )
starttls Encrypting communication ( STARTTLS )
username : User name used for SMTP authentication
(64 characters or less, ? " | > and aingle-byte alphanumeric characters and symbols other than spaces)
password : Passwords used for SMTP authentication
(64 characters or less,? " | > and aingle-byte alphanumeric characters and symbols other than spaces)
[Initial value]
none
[Input mode]
global configuration mode
[Description]
Sets server information used when sending e-mails.
[Note]
When performing SMTP authentication, the AUTH LOGIN command is used for authentication.
For the SSL/TLS version, TLSv1, TLSv1.1 and TLSv1.2 are supported.
When setting an IPv6 address as the e-mail server address, encryption using SSL/TLS cannot be used.
[Example]
Sets the e-mail transmission server to “smtp-server-test.com”.
SWP2(config)#mail server smtp 1 host smtp-server-test.com
Specify “smtp-server-test2.com” as the e-mail transmission server, and configures settings for using encryption and SMTP
authentication.
SWP2(config)#mail server smtp 1 host smtp-server-test2.com encrypt over-ssl auth
test_user test_password
4.20.2 SMTP e-mail server name settings
[Syntax]
mail server smtp id name server_name
no mail server smtp id
[Parameter]
id : <1-10>
E-mail server ID
server_name : Mail server name
(64 characters or less, single-byte alphanumeric characters and symbols other than ?)
[Initial value]
none
[Input mode]
global configuration mode
[Description]
Sets the name of the server used when sending e-mails.
[Example]
Sets the e-mail transmission server name to “test_mail_server”.
SWP2(config)#mail server smtp 1 name test_mail_server
Command Reference | Maintenance and operation functions | 91