Hi,
I have compiled qmail with qmail-ldap-1.03-20021201.
In order to be able to log some info about the qmail-pop3d usage,
I have uncommented the -DDEBUG option in the Makefile and I have
added an "export LOGLEVEL=7" in the run script of qmail-pop3d.
Unfortunately, this does not have any effet on the amount of information
that is logged. And, in particular, I don't see the username of the users
who connect to the pop server. Could you tell me what I did wrong that
could explain why the auth info is not logged ?
Futhermore, allthough qmail-pop3d seems to work correctly from an end user
point of view, all connection closed is associated with a 256 status code as in
tcpserver: end 5392 status 256
Should I worry about the status being 256 instead of 0 ?
My qmail-pop3d run script is:
#!/bin/bash
FQDN=`hostname -f`
export LOGLEVEL=7
exec /usr/local/bin/softlimit -m 5000000 \
/usr/local/bin/tcpserver -v -R -H -l "$FQDN" -c 100 0 110 \
/var/qmail/bin/qmail-popup "$FQDN" \
/var/qmail/bin/auth_pop /var/qmail/bin/qmail-pop3d Maildir 2>&1
Regards,
------
Michel MINSOUL
SEGI, University of Liege
B26 - Sart Tilman
B-4000 Liege (Belgium)
mailto: [EMAIL PROTECTED]
VOICE: +32 (4) 3664977
FAX: +32 (4) 3662920