Marcin Jaskowiak writes:
 > Anyway, is that possible to log user name when someone is connecting via
 > pop3d (e.g. the name from 'USER <name>' string)? 

Everything is possible with qmail.  The easiest way to do that -- not
necessarily the best -- is to create a shell script, say, my-pop3d,
that looks like this:

#!/bin/sh

echo $USER | logger
/var/qmail/bin/qmail-pop3d

Run it in place of qmail-pop3d.

-- 
-russ nelson <[EMAIL PROTECTED]>  http://russnelson.com
Crynwr sells support for free software  | PGPok | Government schools are so
521 Pleasant Valley Rd. | +1 315 268 1925 voice | bad that any rank amateur
Potsdam, NY 13676-3213  | +1 315 268 9201 FAX   | can outdo them. Homeschool!

Reply via email to