[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] POP connections not logged on Raq4r
- Subject: Re: [cobalt-users] POP connections not logged on Raq4r
- From: flash22@xxxxxxx
- Date: Wed Jan 16 19:34:06 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Wed, 16 Jan 2002, Les Hershoff wrote:
> I find that successful POP connections not logged on RaQ4r just errors. Does
> anyone know how to turn logging on for all POP attempts.
You can put qpopper in debug mode, which will log all kinds of junk, i'd
make it write to another file if you do this, but for debugging client
problems it may be worthwhile.
in etc/inetd.comf , find pop-3 line, on the right side should be
in.qpopper, add <space> -d -t /var/log/pop-debug
That will make it spew all kinds of details about the conection,
note: make sure the log file isn't world readable if you have users on the
machine, it will catch password failures in debug mode, sometimes
exposing actual passwords....(I've had silly people swap username/password
configuring clients)
gsh