Cisco Cisco Email Security Appliance C170 Guia Do Utilizador

Página de 570
6-383
Cisco IronPort AsyncOS 7.3 for Email Advanced Configuration Guide
OL-23081-01
Chapter 6      Using Message Filters to Enforce Email Policies
interface when delivering email. In essence, this allows multiple Virtual Gateway 
addresses to be created on a single IronPort Email Security appliance. For more 
information, see 
The IP interface may only be changed to an IP interface or interface group 
currently configured in the system. the following filter creates a Virtual Gateway 
using the outbound (delivery) IP interface 
outbound2
 for all messages received 
from a remote host with the IP address 
1.2.3.4
.
externalFilter:
   if(remote-ip == '1.2.3.4')
   {
        alt-src-host('outbound2');
   }
the following filter uses the IP interface group 
Group1
 for all messages received 
from a remote host with the IP address 
1.2.3.4
.
groupFilter:
   if(remote-ip == '1.2.3.4')
   {
        alt-src-host('Group1');
   }
Archive Action
The 
archive
 action saves a copy of the original message, including all message 
headers and recipients into an mbox-format file on the appliance. The action takes 
a parameter that is the name of the log file in which to save the message. The 
system automatically creates a log subscription with the specified filename when 
you create the filter, or you can also specify an existing filter log file. After the 
filter and the filter log file are created, the filter log options may then be edited 
with the 
filters -> logconfig
 subcommand.