Re: [exim] logging lmtp delivery

Etusivu
Poista viesti
Vastaa
Lähettäjä: W B Hacker
Päiväys:  
Vastaanottaja: exim users
Aihe: Re: [exim] logging lmtp delivery
Ian Eiloart wrote:
>
> --On 28 January 2009 01:03:16 +0800 W B Hacker <wbh@???> wrote:
>
>> And/or... Exim believes that any logging w/r that socket is syslog's
>> job, not Exim's?
>
> Well, it's a cyrus lmtpproxyd. The deliveries are logged on the backend.
> Not even on the same machine. So, if I'm investigating a problem with a
> message, then I have to check files on two machines. :(


Not unique - I get around similar challengs with side-by-side SSH
instances on a wide screen ...

But if it is a frequent need, I'd suggest moving BOTH to syslogd's
responsibility, then using rsyslog or such to copy one or the other onto
the opposite box - or a third box.

Contenating into the same file would be more work (probable format
diff?) and possibly even counterproductive for different daemons, but
once on the same box wtail or multitail might help.

Bill