Re: [exim] EXIM 'Completed' hook'

Pàgina inicial
Delete this message
Reply to this message
Autor: Evgeniy Berdnikov
Data:  
A: exim-users
Assumpte: Re: [exim] EXIM 'Completed' hook'
On Mon, Nov 02, 2015 at 09:52:39AM +0000, Gary Stainburn wrote:
> For process completion and tidy-up, as well as error analysis so far, I've had
> to resort to end-of-day batch processing to look for the 'Completed' log
> entries and then perform post-process events. If I could hook into this in
> real time it would make a number of my processes cleaner.


If your processing model is "one message per SMTP connection", you can use
QUIT acl as a place for post-processing hook. However, for some exceptions
such as loss of tcp connection this QUIT acl would not be run.
--
Eugene Berdnikov