Specifications
5-60
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
Example
The following sample configuration configures the fax parameters on a Cisco Unity Express module:
se-10-0-0-0# config t
se-10-0-0-0(config)# fax gateway inbound address 172.21.21.40
se-10-0-0-0(config)# fax gateway outbound address 172.21.21.40
se-10-0-0-0(config)# fax print 5550112
se-10-0-0-0(config)# voice mailbox owner owner22
se-10-0-0-0(config)# enable fax
se-10-0-0-0(config)# end
The output for show fax configuration is similar to the following:
se-10-0-0-0> show fax configuration
Inbound Fax Gateway: 172.21.21.40
Outbound Fax Gateway: 172.21.21.40
Fax Printing Number: 5550112
Configuring SMTP Parameters
Cisco Unity Express supports various features which need to send outgoing e-mail messages. In order
to send these e-mails, an external SMTP server is required.
This section describes how to configure an external SMTP server and its parameters on the
Cisco Unity Express module. The SMTP server address can either be a hostname or IP address. To use
a hostname, verify that the DNS server is configured.
Step 4
fax print E.164-number
Example:
se-10-0-0-0(config)# fax print 5550112
Configures the system level fax number for printing
the faxes.
Step 5
voice mailbox owner name
Example:
se-10-0-0-0(config)# voice mailbox owner owner22
Creates a mailbox for the specified user and enters
mailbox configuration mode.
Step 6
enable fax
Example:
se-10-0-0-0(config)# enable fax
Enables the specified mailbox to receive faxes from a
fax gateway.
Step 7
end
Example:
se-10-0-0-0(config)# end
Returns to privileged EXEC mode.
Step 8
show fax configuration
Example:
se-10-0-0-0# show fax configuration
(Optional) Displays the configuration for the inbound
fax gateway, outbound fax gateway, and the default
fax number which is used for printing faxes.
Command or Action Purpose