Hi Folks, I'm trying to get qmail + supervise + multilog to work. I'm testing pop3 on a different port until this works.
I've got a /service/pop3 directory with a run command like: #!/bin/sh exec 2>&1 exec /usr/local/bin/tcpserver -v -H -R -lmail5.ware.net -c200 0 119 /var/qmail/bin/qmail-popup mail5.ware.net /home/vpopmail/bin/vchkpw /va r/qmail/bin/qmail-pop3d Maildir And a /service/pop3/log/run file like: #!/bin/sh exec /command/setuidgid qmaill /command/multilog t n100 s1000000 /var/log/pop3test tcpserver is running, but multilog isn't. Any tips?