[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] user logging



> > Is there any log of users POPing or any way of making
> > this show up in maillog?

> Not sure about your box but mine is in /var/log/maillog   ex:
>
> maillog:Oct 19 04:27:29 raq1 in.qpopper[29518]: (v?) POP login by user /
> "berveman" at (XXXXXXXX.XXXXXX.udel.edu) 128.175.XXX.XXX
>
> do a
> 'grep in.qpopper /var/log/maillog | more
>
> Rik Thomas

Thanks Rik

This is exactly what I want, but my maillog doesn't contain any lines of
this type.

Does anyone know what file(s) control what goes into maillog? Maybe I can
compare mine with someone else's. For what it's worth, here's my
/etc/syslog.conf:

# /etc/syslog.conf
# Cobalt Networks, Inc. 2000

# Log all kernel messages
kern.*    /var/log/kernel

# Put everything in here
*.*;mail,kern,auth,authpriv.none  /var/log/messages

# Log inetd connections (restricted access)
authpriv.*    /var/log/secure

# Log all other auth messages here (restricted access)
auth.*    /var/log/auth

# Log all the mail messages in one place.
mail.info,mail.*    /var/log/maillog

# Everybody gets emergency messages, plus log them on another
# machine.
*.emerg    *

# Save mail and news errors of level err and higher in a
# special file.
uucp,news.crit    /var/log/spooler

# Save boot messages also to boot.log
local7.*    /var/log/boot.log


Maybe I need to add qpopper in to this file somewhere?

Any clues gratefully received as always...

Eddie