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

Página de 325
 
3-128
CLI Reference Guide for AsyncOS 9.7 for Cisco Email Security Appliances
 
Chapter 3      The Commands: Reference Examples
  Mail Delivery Configuration/Monitoring
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 for the 
addresslistconfig
 command can be used to create a new address list, edit an 
existing address list, print a list of address lists, delete an address list, or find conflicting addresses within 
an address list.
Adding a new address list”
Editing an existing address list:
Deleting an address list:
Printing a list of address lists:
Finding conflicting addresses within an address list:
Example
mail.example.com> addresslistconfig
No address lists configured.
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
addresslistconfig new <name> --descr=<description> 
--addresses=<address1,address2,...>
addresslistconfig edit <name> --name=<new-name> --descr=<description> 
--addresses=<address1,address2,...>
addresslistconfig delete <name>
addresslistconfig print <name>
addresslistconfig conflicts <name>