Cisco Cisco Email Security Appliance C190 Technical References

Page of 314
 
123
Cisco AsyncOS 9.1 for Email CLI Reference Guide
 
Chapter 3      The Commands: Reference Examples
  Mail Delivery Configuration/Monitoring
Choose the operation you want to perform:
- NEW - Create a new address list.
[]> new
Enter a name for the address list:
> add-list1
Enter a description for the address list:
> This is a sample address list.
Do you want to enter only full Email Addresses? [N]> Y
Enter a comma separated list of addresses:
(e.g.: user@example.com)
> user1@example.com, user2@example.com
Address list "add-list1" added.
Choose the operation you want to perform:
- NEW - Create a new address list.
- EDIT - Modify an address list.
- DELETE - Remove an address list.
- PRINT - Display the contents of an address list.
- CONFLICTS - Find conflicting entries within an address list.
[]>
aliasconfig
Description
Configure email aliases.
Usage
Commit: This command requires a ‘commit’.
Cluster Management: This command can be used in all three machine modes (cluster, group, machine).
Batch Command: This command supports a batch format.
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.
aliasconfig new <domain> <alias> [email_address1] [email_address2] ...