Технические ссылки для Cisco Cisco Email Security Appliance C170

Скачать
Страница из 312
258
I R O N P O R T   A S Y N C O S   7 . 1   C L I   R E F E R E N C E   G U I D E
Example - Adding a listener
In the following example, the 
listenerconfig
 command is used to create a new private 
listener called OutboundMail that can be used for the B listener needed in the Enterprise 
Gateway configuration. (Note: you also had the option to add this private listener during the 
GUI’s System Setup Wizard CLI 
systemsetup
 command.) 
A private listener type is chosen and named OutboundMail. It is specified to run on the 
PrivateNet IP interface, using the SMTP protocol over port 25. The default values for the Host 
Access Policy for this listener are then accepted.
<options>
--action
Action to apply to address(es). Either “Accept” or “Reject”. 
Default is “Accept”.
--cust_resp
Specify a custom SMTP response.  “No” or SMTP 
acceptance response string.
--resp_code
Custom SMTP response code. Default is 250 for “Accept” 
actions, 550 for “Reject”.
--bypass_rc
Bypass receiving control. Default is “No”.
--bypass_la
Bypass LDAP Accept query. Either “Yes” or “No.”
Code Example 3-150 listenerconfig - Adding a listener 
mail3.example.com> listenerconfig
Currently configured listeners:
1. InboundMail (on PublicNet, 192.168.2.1) SMTP TCP Port 25 Public
Choose the operation you want to perform:
- NEW - Create a new listener.
- EDIT - Modify a listener.
- DELETE - Remove a listener.
- SETUP - Change global settings.
[]> new
Please select the type of listener you want to create.
1. Private
2. Public
3. Blackhole
[2]> 1
Please create a name for this listener (Ex: "OutboundMail"):
[]> OutboundMail
Please choose an IP interface for this Listener.
Table 3-11
listenerconfig 
Argument Values - RAT