Hi,
I created  a /var/qmail/supervise/qmail-pop3d/run file

#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
exec /usr/local/bin/softlimit -m 2000000 \
    /usr/local/bin/tcpserver -v -R 0 pop3 /var/qmail/bin/qmail-popup
mailperson2.cardinalservices.com \
        /usr/local/bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir 2>&1

Does anyone see any drawbacks to running pop3d like this?

My /var/log/qmail/pop3d/current files contents look like this:
@4000000039720b74038df72c tcpserver: end 3255 status 256
@4000000039720b74038ee574 tcpserver: status: 0/40

I want my log files to have dates that I can read. I tried putting this in
my /var/qmail/supervise/qmail-pop3d/log/run file but it's not working as
planned.

exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t |
/usr/local/bin/tai64nlocal /var/log/qmail/pop3d

Can someone tell me if I am anywhere close to getting this right?

thanks
tony.campisi


Reply via email to