Page 1 of 1

Log Email Sent to specific Domains

PostPosted: Wed Jul 31, 2013 9:17 pm
by m1byo
Hello,

I am looking to be able write a log file using content filtering of emails sent to specific domains, or not to specific domains.

Basically I am trying to track the quantity and size of emails are being sent from the mail server which are sent as a front-end mailserver forwarding to a company exchange server and what are emails associated with the local users to the mail server!

I would like to split it into 5 domains (company 1)/ 5 domains (company 2)/ others (local users).

The log just needs to save Date/Time, Recipient, Size.

Any ideas?

Thanks very Much

Ian

Re: Log Email Sent to specific Domains

PostPosted: Sat Aug 03, 2013 7:23 am
by Code Crafters
You can use the preset content filter for or just the action Add Text To File from scratch with http://www.code-crafters.com/abilitymai ... dtags.html as a guide as to the dynamic content you can include. As for the trigger condition you need to use the following condition (tweaked):

SMTP Sender CONTAINS "domain1;domain2" - string list, not case sensitve

You can use separate rules for company 1 and company 2 to make this easier. Both can write to the same file if needed too.