Franck wrote:
Hi,

I must have logs with more detailed on the POP3.
In /var/log/qmail/pop3/current, i must have ALL infos like datetime,
login, password, IP, etc ...

which files can i edit to put this infos please ?
Is vchkpw or qmail-pop3d source file ???

My config is :
netqmail 1.05 + vpopmail 5.4.16
The supervise script is /var/qmail/supervise/pop3/run :

PATH="/var/qmail/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/sbin:/usr/sbin:/sbin"
export PATH
HOTE="mydomain.com"

exec /usr/local/bin/tcpserver -H -R -v -l 0 0 110
/var/qmail/bin/qmail-popup $HOTE \
/home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d \
Maildir 2>&1

Franck

Take a look at the logging configuration options for vpopmail.

  --enable-logging=OPT

Log to syslog: n=nothing, e=errors only (default), y=all attempts, p=errors with passwords, v=verbose (all attempts, with passwords).

You might want the --enable-logging=v option.

vchkpw will send the logging information to syslog.
On redhat based systems syslog will write the information
to the /var/log/maillog file.

Ken Jones

Reply via email to