Cisco Cisco Email Security Appliance C170 기술 참조

다운로드
페이지 464
 
276
Cisco AsyncOS 8.5.5 CLI Reference Guide
 
Chapter 3      The Commands: Reference Examples
  Networking Configuration / Network Tools
Creating a new SMTP route
Deleting an existing SMTP route
Clear a listing of SMTP routes
Print a listing of SMTP routes
Import a listing of SMTP routes
Export a listing of SMTP routes
Example
In the following example, the 
smptroutes
 command is used to construct a route (mapping) for the 
domain 
example.com
 to 
relay1.example.com
relay2.example.com
, and 
backup-relay.example.com
Use 
/pri=#
 to specify a destination priority.  THE # should be from 0-65535, with larger numbers 
indicating decreasing priority. If unspecified, the priority defaults to 0.
(Note that you may have constructed the same mapping during the 
systemsetup
 command when you 
configured the InboundMail public listener.) 
smtproutes new <source> <destination> [destination] [destination] [...]
smtproutes delete <source>
smtproutes clear
smtproutes print
smtproutes import <filenames>
smtproutes export <filenames>
Table 3-123
smtproutes
mail3.example.com> smtproutes
There are no routes configured.
Choose the operation you want to perform:
- NEW - Create a new route.
- IMPORT - Import new routes from a file.