Cisco Cisco Email Security Appliance C370 Riferimenti tecnici

Pagina di 319
 
3-125
Cisco AsyncOS 9.5 for Email CLI Reference Guide
 
Chapter 3      The Commands: Reference Examples
  Mail Delivery Configuration/Monitoring
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
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.
[]>
addresslistconfig edit <name> --name=<new-name> --descr=<description> 
--addresses=<address1,address2,...>
addresslistconfig delete <name>
addresslistconfig print <name>
addresslistconfig conflicts <name>