Cisco Cisco Email Security Appliance C160 Références techniques

Page de 324
 
3-144
CLI Reference Guide for AsyncOS 9.6 for Cisco Email Security Appliances
 
Chapter 3      The Commands: Reference Examples
  Mail Delivery Configuration/Monitoring
Import table from a file
Export table to a file
For the 
edit
 and 
new
 batch commands, any or all of the following options may be provided by identifying 
the value with the variable name and an equals sign. Options not specified will not be modified (if using 
edit
) or will be set to default values (if using 
new
).
Example: Creating a new destconfig
 
Entry
In the following example, the current 
destconfig
 entries are printed to the screen. Then, a new entry for 
the domain 
partner.com
 is created. The concurrency limit of 100 simultaneous connections and 
recipient limit of 50 recipients for a 60-minute time period is set for that domain. So, the system will 
never open more than 100 connections or deliver to more than more than 50 recipients in a given hour 
to the domain 
partner.com
. No bounce profile is assigned for this specific domain, and no specific TLS 
setting is configured. Finally, the changes are printed to confirm and then committed
mail3.example.com> destconfig
There are currently 2 entries configured.
Choose the operation you want to perform:
- SETUP - Change global settings.
- NEW - Create a new entry.
- EDIT - Modify an entry.
- DELETE - Remove an entry.
- DEFAULT - Change the default.
destconfig import <filename>
destconfig export <filename>
concurrency_limit=<int> - The maximum concurrency for a specific host.
concurrency_limit_type=<host|MXIP> - Maximum concurrency is per host or 
per MX IP.
concurrency_limit_apply=<system|VG> - Apply maximum concurrency is system 
wide or by Virtual Gateway(tm).
max_messages_per_connection=<int> - The maximum number of messages that 
will be sent per connection.
recipient_limit_minutes=<int> - The time frame to check for recipient 
limits in minutes.
recipient_limit=<int> - The number of recipients to limit per unit of 
time.
use_tls=<off|on|require|on_verify|require_verify> - Whether TLS should be 
on, off, or required for a given host.
bounce_profile=<default|profile> - The bounce profile name to use.
bounce_verification=<off|on> - Bounce Verification option.