Specifications
5-62
Cisco Unity Express Voice-Mail and Auto-Attendant CLI Administrator Guide for 3.0 and Later Versions
OL-14010-09
Chapter 5 Configuring System Components
Configuring SMTP Parameters
DETAILED STEPS
Example
The following is sample output of the show smtp server command.
se-10-0-0-0# show smtp server
SMTP Server: 172.16.0.1
SMTP Port: 465
Authentication: Required
Username: cisco
Security: ssl
Configuring SMTP Server Security
Beginning with Cisco Unity Express 8.6, you can configure the SMTP server security setting.
Command or Action Purpose
Step 1
config t
Example:
se-10-0-0-0# config t
Enters configuration mode.
Step 2
smtp server address {hostname | ip-address} [port port]
authentication {none | username userid password password |
credentials credential-string}
Example:
se-10-0-0-0(config)# smtp server address 10.10.5.5
authentication none
se-10-0-0-0(config)# smtp server address mainsmtp
authentication username smtp123 password pwd123
se-10-0-0-0(config)# smtp server address 172.16.1.1
authentication credentials 3CmyKjEFhzkjd8QxCVjv552jZsjj
zh3bSd8ZZNgd+Y9J3xlk2B35j0nfGWTYHfmPSd8ZZNgd+Y9J3xlk2B35j0
nfGWTYHfmPSd8ZZNgd
Configures an SMTP server, which is required
for sending outbound e-mails.
• hostname—Hostname of the SMTP
server.
• ip-address—IP address of the SMTP
server.
• port—SMTP server port number. The
default port number is 25.
• none—Indicates that the SMTP server
does not require authentication.
• userid—User ID of a valid user account
on the SMTP server.
• password— Password of a valid user
account on the SMTP server.
• credential-string—Authentication
credential string for the SMTP server.
Copy and paste this string from the
running or startup configuration.
Step 3
end
Returns to privileged EXEC mode.
Step 4
show smtp server
Example:
se-10-0-0-0# show smtp server
Displays the SMTP server settings.