On Thu, Jan 13, 2000 at 04:21:51PM +0200, Mikko H�nninen wrote:
> Van Liedekerke Franky <[EMAIL PROTECTED]> wrote on Thu, 13 Jan 2000:
> > This probably works, but I'm using tcpserver and multilog, so how can I
> > achieve this kind of logging using those tools?
>
> I'm curious about this as well. I'm still using inetd for POP, but I'm
> planning to migrate over to tcpserver sometime. Mostly, I'd like to
> know how to log all of the POP connections, not just the successfully
> authenticated ones. In case someone tries to crack the passwords or
> something like that.
>
Hi,
You can use the following for /var/qmail/supervise/qmail-popup/log/run,
similar to qmail-send and qmail-smtpd:
#!/bin/sh
exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t s1048576
/var/log/qmail/pop
Chris