I've set-up pop3d using supervise and tried to get it to log
/something/, however nothing ever comes out. I'm very interested to see
the number of concurrent connections similar to the way the other qmail
programs do (send and smtpd). Any way to do it?
Here's my pop3d/run file:
#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
exec tcpserver -R -x/etc/tcp.pop3d.cdb 0 pop3 \
/var/qmail/bin/qmail-popup mail.vcnet.com \
/var/qmail/bin/checkpoppasswd /var/qmail/sbin/relay-ctrl-allow \
/var/qmail/bin/qmail-pop3d Maildir 2>&1
Here's my pop3d/log/run file:
#!/bin/sh
exec /usr/local/bin/setuidgid qmaill \
/usr/local/bin/multilog t /var/log/pop3d
I take it qmail-pop3d just isn't verbose like qmail-send and
qmail-smtpd?
Thanks,
jon