On Wed, Aug 14, 2002 at 01:32:14AM -0400, Gene Parks wrote:
> Never mind I found a workaround.
>
What workaround was needed?
My supervise run script is:
#!/bin/sh
exec 2>&1
exec envdir /var/qmail/env envdir ./env \
sh -c 'exec \
/usr/local/bin/setuidgid qmaild \
${QMAILHOME}/bin/pbsdbd \
'
and the controls
pbsenv on the developper machine:
USER=TCPREMOTEUSER
HOME=HALLO
HOST=BLABLA=[pbstest]
pbsip:
127.0.0.1
pbsservers:
127.0.0.1
and pbssecret:
Some silly text
On both machines pbsdbd is working flawlessly (note all files need to be
readable by the qmaild user in my case).
--
:wq Claudio