Re: Design of Event notification

2011-06-28 Thread Sébastien Michel
>> => We have defined lot of configuration settings (may be too much for >> common usages) : >>  - eventnotifier, "off", STRING : Enables event notification with the >> given notification method (see notifyd). i.e mail, log, activemq >>  - event_subfolder, 0, SWITCH : Enables event notification for

Re: Design of Event notification

2011-06-28 Thread Bron Gondwana
On Tue, Jun 28, 2011 at 06:50:53PM +0200, Sébastien Michel wrote: > We have developed some time ago a notification mechanism on mailbox > events. This piece of software is based on the RFC 5423 - Internet > Message Store Events - that defines a number of event types and event > parameters. This lo

Design of Event notification

2011-06-28 Thread Sébastien Michel
We have developed some time ago a notification mechanism on mailbox events. This piece of software is based on the RFC 5423 - Internet Message Store Events - that defines a number of event types and event parameters. Cyrus's processes (imapd, pop3d, lmtpd) and CLI send events to notifyd daemon. We