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

Page de 325
 
3-134
CLI Reference Guide for AsyncOS 9.7 for Cisco Email Security Appliances
 
Chapter 3      The Commands: Reference Examples
  Mail Delivery Configuration/Monitoring
bounceconfig
Description
Configure the behavior of bounces.
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 does not support a batch format.
Example
In the following example, a bounce profile named 
bounceprofile
 is created using the 
bounceconfig
 
command. In this profile, all hard bounced messages are sent to the alternate address 
bounce-mailbox@example.com
.
 
Delay warnings messages are enabled. One warning message will be 
sent per recipient, and the default value of 4 hours (14400 seconds) between warning messages is 
accepted
mail3.example.com> bounceconfig
Current bounce profiles:
1. Default
Choose the operation you want to perform:
- NEW - Create a new profile.
- EDIT - Modify a profile.
[]> new
Please create a name for the profile:
[]> bounceprofile
Please enter the maximum number of retries.
[100]> 100
Please enter the maximum number of seconds a message may stay in the queue before being 
hard bounced.
[259200]> 259200
Please enter the initial number of seconds to wait before retrying a message.
[60]> 60
Please enter the maximum number of seconds to wait before retrying a message.
[3600]> 3600
Do you want a message sent for each hard bounce? (Yes/No/Default) [Y]> y
Do you want bounce messages to use the DSN message format? (Yes/No/Default) [Y]> y
If a message is undeliverable after some interval, do you want to send a delay warning 
message? (Yes/No/Default) [N]> y
Please enter the minimum interval in seconds between delay warning messages.
[14400]> 14400