First off, I'd like to thank the members of this list for their great help
with qmail.
This list alone is why I choose to run qmail, for the great people willing
to help others.
I've gotten qmail w/qmail-pop3d working fine with tcpserver, cyclog,
supervise, and Maildir. I'm using selective relaying with Russel's
'open-smtp' patch for checkpassword, as well.
Things are working fine now, I'd just like to fine tune the logging to make
sure when something does come up, I know where I'm looking =)
Here is my init file (part of) which is starting up qmail and the other
services:
case "$1" in
start)
echo -n "Starting qmail: qmail-send"
supervise /var/lock/qmail/send /var/qmail/rc | setuser qmaill accustamp
| \
setuser qmaill cyclog /var/log/qmail &
echo -n " qmail-smtpd"
supervise /var/lock/qmail/smtpd tcpserver -v -x/etc/tcp.smtp.cdb \
-u$QMAILDUID -g$NOFILESGID 0 smtp \
/var/qmail/bin/qmail-smtpd-wrapper 2>&1 | setuser qmaill accustamp |
\
setuser qmaill cyclog /var/log/qmail/qmail-smtpd &
echo -n " qmail-pop3d"
supervise /var/lock/qmail/pop3d tcpserver -v 0 pop-3
/var/qmail/bin/qmail-popup mail.tandbergapplications.com \
/bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir 2>&1 | setuser
qmaill accustamp | \
setuser qmaill cyclog /var/log/qmail/qmail-pop3d &
I dropped the splogger part out of the standard /var/qmail/rc file so that
it outputs to std output which is then grabbed by cyclog and dumped into
/var/log/qmail, this works fine.
Now, I've forgotten my shell basics so I forget which number represents
which output, so the rest here is hacks of other people's work.
The smtp logging works fine, but I don't seem to get any kind of logging out
of the pop3d line. How can I get some logging out of the pop3d part of the
system?
-Steve
winmail.dat