This probably works, but I'm using tcpserver and multilog, so how can I
achieve this kind of logging using those tools?
Franky
> ----------
> From: Stefan Paletta[SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, January 13, 2000 2:59 PM
> Cc: 'qmail list'
> Subject: Re: pop3 and ip adres logging
>
> Van Liedekerke Franky wrote/schrieb/scribsit:
> > does anybody know a quick hack to log the ip adres in a pop3 session
> without
> > setting tcpserver to verbose mode?
>
> # cat /var/qmail/bin/qmail-pop3d-log
> #!/bin/sh
> logger -p local2.info -t pop3d "$USER logged in from $TCPREMOTEIP
> [$TCPREMOTEHOST]"
> exec /var/qmail/bin/qmail-pop3d $1
> #
>
>
> Stefan
>
>