View Single Post
  #3 (permalink)  
Old 10-19-2009, 06:30 AM
adamcrow64 adamcrow64 is offline
Starter Member
 
Posts: 2
Default Monitoring Zimbra events

Use the open source 'swatch' program.

swatch can be set to monitor the various logs that Zimbra produces and can execute a command line program upon detection of a regex pattern.

We've linked it to a JMS sender. Upon detection of an incoming mail we send an event to our remote JBoss system. It then reads in the users mail.

We're looking into using a JMS receiver to execute zimbra commands .
Reply With Quote