The "Auto" interface is the one which sorts first in the string-wise sort of the IP addresses in dotted-quad form. i.e 1.2.3.32 on a machine with IPs 1.2.3.4 and 1.2.3.32This means that adding a new IP to a box may change nothing, or almost everythin...
Potential solution:1. Use edit-header-text in a message filter to strip the brackets.2. Get the IronPort to re-inject the message to itselfThe best way to do 2 will depend on your particular setup. It has the disadvantage of effectively doubling the...
The lack of a working loadconfig in clusters has been much complained about to IronPort for years.In addition to the issue of recovery from a catastrophic cluster failure it makes change control procedures messier to deal with because one is unable t...
You could put a header in all messages, then when you receive a FBL complaintyou lookup the MID with findevent to through the GUI message trackingblah: if(true) { insert-header("X-Trace", "$hostname/$mid");}I estimate that around 20% of FBL traffic ...