I am currently using the following packages running on a FreeBSD
4.2-RELEASE:
qmail 1.03
vpopmail-3.4.11-1.released
qmailadmin-0.26g
ezmlm-0.53
autorespond-1.0.0
I know these packages are fairly old and need to be updated, but currently
it serves my purposes. I will be upgrading them in the near future.
I installed the packages mentioned as described in the README and INSTALL
documents. The logging provided is OK, but I would like to have more
detail shown. Sometimes it gets confusing to identify an email problem by
looking at the logs, it gets even worse if I try to walk someone thru them.
Is there a way I can show more detail in my logs about vpopmail activity?
Is there a better logging tool than splogger for qmail/vpopmail?
My start up lines are as follows:
env - PATH="/var/qmail/bin:/usr/local/bin" \
tcpserver -v -H -R -u82 -g81 -x /etc/relay/tcp.smtp.cdb 0 smtp \
/var/qmail/bin/qmail-smtpd 2>&1 | \
/var/qmail/bin/splogger smtpd &
env - PATH="/var/qmail/bin:/usr/local/bin" \
tcpserver -v -H -R -u1003 -g1001 0 pop3 \
/var/qmail/bin/qmail-popup acitech.com \
/usr/mail/bin/vchkpw \
/var/qmail/bin/qmail-pop3d Maildir 2>&1 | \
/var/qmail/bin/splogger pop3d &
Thanks,
Francisco Izquierdo