Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I'd like to be able to monitor my Ironport systems to be able to see* SMTP up/down on each interface* active recipient queue size* CPU/RAM/Disk use (as a %)* number of connections in last 5 minutes * ...In fact some of the data from the system status...
We used Exchange 2007 and ~15000 mailboxes on 4 backend servers in 1 cluster. We provide 3 additional servers that have the hub transport and client access roles on both. No edge servers - we use Ironport as it is a more effective anti-spam engine an...
I would set up a rule to quarantine a copy of all mail from the external. Then you can see the messages "as received" before it gets touched by Exchange.
We've just installed the apireport.pl script and config etc. We get the same error when generating a pie chart eg for all incoming mail split by reason it is blocked. Chart config is ## Report/Chart Configuration File#TITLE_A=Incoming MailTITLE_B=Tod...
I've set up a filter:-suspectspam1: if (((body-contains("^$")) AND(body-contains("(?i)windows-1252"))) AND (attachment-filename =="(?i)\\.gif$")) AND (rcpt-count == 1) { duplicate-quarantine ("SuspectSpam"); }to copy mai...