11-23-2010 05:55 AM
Hello,
I am testing out a new Ironport C160. It's has a high priority so it does not receive anything but spam yet. Our current mail gateway has best priority and is receiving all corporate mail as expected.
The Ironport is naturally receiving a lot of spam, thousands. Most of it is being stopped as expected, but there's a few e-mail being categorized as "cleaned". I would like to know what these mails are as it is not supposed to receive any legit e-mail yet. The email are from the domain turk.net, but I don't find it in "message tracking", so the envelope sender is probably another address. Where can I find more info about these clean e-mails?
Solved! Go to Solution.
11-24-2010 12:28 AM
Message tracking is great. But you also have "grep" command from CLI, which gives results faster. For example, to search for the word "delivery" you can use the folllowing :
ironport> grep -e "delivery" mail_logs
11-23-2010 06:41 AM
Found the answer: Message tracking -> advanced: select "delivered"...
11-24-2010 12:28 AM
Message tracking is great. But you also have "grep" command from CLI, which gives results faster. For example, to search for the word "delivery" you can use the folllowing :
ironport> grep -e "delivery" mail_logs
11-24-2010 12:31 AM
Great tip, thanks!
11-24-2010 06:44 PM
Please rate or mark this question as "answered" so other could benefit from it.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide