Cisco Cisco Email Security Appliance C170 사용자 가이드

다운로드
페이지 1140
 
23-11
Cisco AsyncOS 8.5.5 for Email Security User Guide
 
Chapter 23      Configuring Routing and Delivery Features
  Creating Alias Tables
Example aliasconfig Command
In this example, the 
aliasconfig
 command is used to construct an alias table. First, the domain context 
of 
example.com
 is specified. Then, an alias of 
customercare
 is constructed so that any email sent to 
customercare@example.com
 is redirected to 
bob@example.com
frank@example.com
, and
 
sally@example.com.
 Next, a global alias of 
admin
 is constructed so that an email sent to 
admin
 is 
redirected to 
administrator@example.com
. Finally, the alias table is printed to confirm. 
Note that when the table is printed, the global alias for 
admin
 appears before the first domain context of 
example.com
#
#
[example.com]
#
#
all: sales, marketing, engineering
#
sales: joe@example.com, fred@example.com, mary@example.com
#
marketing:bob@example.com, advertising
#
engineering:betty@example.com, miles@example.com, chris@example.com
#
advertising:richard@example.com, karen@advertising.com
mail3.example.com> aliasconfig
No aliases in table.
Choose the operation you want to perform:
- NEW - Create a new entry.
- IMPORT - Import aliases from a file.
[]> new
How do you want your aliases to apply?
1. Globally
2. Add a new domain context
[1]> 2