cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1012
Views
5
Helpful
1
Replies

Copy IN/OUT Emails from my ESA to a sandbox.

OualidHOURAIRI
Level 1
Level 1

Hello,

 

I actually need to configure my ESA to send a COPY of all emails IN/OUT to an IP address ( Sandbox ).

How can I perform so on Cisco ESA ?

1 Reply 1

You'd use a message filter. (in the CLI).

Check the online help for how to get there. Specifically a section called "Using the CLI to Manage Message Filters"





You'll want something like this:




if (true) {
bcc ("$EnvelopeRecipients", "$Subject", "$EnvelopeFrom", "[IP of test appliance]");
}