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.
Hi,I want to enabled sender check on all outgoing mail. i.e ironport should check if the from address is listed in my ldap.This is required because spammer is sending mails by compromising legitimate users credentials and sending mail through out set...
HI,I have written a message filter asRBL: if (recv-listener == "outgoing") AND (dnslist ("rbl.logix.in")) { drop(); }But this does not work. we have C360 (6 no) and OS 7.0.1any other ways ?This is basically to stop the spamming done by ...
Hi We wanted to monitor the delivery queue of our ironport boxes C350.we got the below reply from support.Hello Homesh,The best I can suggest you, is to get the information from the CLI command "tophosts". If you choose option 1 (Active Recipients) y...
HI,I need to write filter which will insert header in each mail as,x-job:domain name of sendere.g if from is [email protected] x-job should be logix.inby doing this my delivery MTA software will be able to tell me no of mails in queue from lo...
HI Krishna,Ironport cluster is only for configuration sync and not for load balancing.when you remove the box from cluster during that time do not add /remove any settings to the cluster.suspend all listeners so that Ironport will not even process an...
Hi Krishna,Login to one of the C160 via sshrun below commandsclusterconfig disconnectsuspendlistenerNow login to same c160 via web.go to administration -->system upgradeafter the rebboot reconnect to same box via sshRun the below commandclustercon...
Hi,Can please let me know the URL for outgoinf senders.I am trying /xml/internal_senders but it is not working.I want to get the top ten IP address from which I recieved outgoing spam.Ours is ISP set up hence this is very importatnt for us to know wh...
There is a xml status page that the appliances serve that we use to grab monitoring information with a windows application called curl.If you navigate to:https://your.ironport.host/xml/statusyou can see the xml code.Then with curl you can grab this i...
In fact, you may need a unix/linux. generate the ssh client public key and insert it into the ironport via clicli -> sshconfig -> newThen paste your client key there.I am sure the ironport support can get u here so far.Then you get some initial scree...