Cisco Cisco Email Security Appliance C170 Referências técnicas

Página de 328
 
3-132
CLI Reference Guide for AsyncOS 10.0 for Cisco Email Security Appliances
 
Chapter 3      The Commands: Reference Examples
  Mail Delivery Configuration/Monitoring
Batch Format
The batch format of the aliasconfig command can be used to add a new alias table, edit an existing table, 
print a list of email aliases, and import/export alias table. To invoke as a batch command, use the 
following format of the 
aliasconfig
 command with the variables listed below:
Adding a new email alias:
Note
Using the ‘
aliasconfig new
’ command with a non-existant domain causes the domain to be created.
Editing an existing email alias
Displaying an email alias:
Importing a local alias listing:
Exporting an alias listing on the appliance:
Example
mail3.example.com> aliasconfig
Enter address(es) for "customercare".
Separate multiple addresses with commas.
[]> bob@example.com, frank@example.com, sally@example.com
Adding alias customercare: bob@example.com,frank@example.com,sally@example.com
Do you want to add another alias?  [N]> n
There are currently 1 mappings defined.
Choose the operation you want to perform:
- NEW - Create a new entry.
- EDIT - Modify an entry.
- DELETE - Remove an entry.
- PRINT - Display the table.
- IMPORT - Import aliases from a file.
- EXPORT - Export table to a file.
- CLEAR - Clear the table.
[]> new
How do you want your aliases to apply?
aliasconfig new <domain> <alias> [email_address1] [email_address2] ...
aliasconfig edit <domain> <alias> <email_address1] [email_address2] ...
aliasconfig print
aliasconfig import <filename>
aliasconfig export <filename>