Installation guide
131
set smtp
Purpose Configures the Simple Mail Transfer Protocol(SMTP) server, or displays
current SMTP settings.
Required permissions For products with two or more users, permissions must be set to “set
permissions s-service=read” to display the SMTP service settings, and “set
permissions s-service=rw” to display and change the SMTP service settings.
See "set permissions" for details on setting user permissions for commands.
Syntax Configure SMTP settings
set smtp [state={off|on}]
[mode={auth|woauth|pop}]
[smtp_server={hostname|ip address}]
[user=username]
[password=password]
[from=email address]
Display current settings
set smtp
Options state={off|on}
Specifies whether the SMTP service will be enabled
on
Enable the SMTP service.
off
Disable the SMTP service.
Default is off.
mode={auth | woauth|pop}
Specifies the authentication method for SMTP AUTH authentication.
auth
Enable the SMTP authentication.
woauth
Disable the SMTP authentication.
pop
Enable the POP before SMTP Authentication.