On 29/04/2008, Sander Smeenk <[EMAIL PROTECTED]> wrote:
> Quoting Marc Silver ([EMAIL PROTECTED]):
>
> > Can anyone point me in the right direction here or tell me where the
> > correct place for this would be?  I'm using Exim 4.69.
>
> I once did such a thing with a system_filter logging exactly what i
> wanted to the exim mainlog, which i then parsed with a script. Ofcourse
> i don't have this configuration anymore.
>
> It wouldn't be good for your performance to have Exim run a script for
> every message passing through. System_filter, the Exim logfiles and
> perhaps perl_startup will probably help you!

Even more lightweight: write a daemon which listens for logging data
on a socket, and use Exim's ${readsocket functionality in a suitable
place in the config to send to it.

Peter

-- 
Peter Bowyer
Email: [EMAIL PROTECTED]
Follow me on Twitter: twitter.com/peeebeee

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to