On Mon, Jan 31, 2000 at 05:07:27PM +0100, Andreas Altenburg wrote:
> hi,
>
> i installed ucspi-tcp and i am running qmail under the tcpserver. My basic
> problem: I added the line
>
> tcpserver -v -u 7770 -g 2108 smtp /var/qmail/bin/qmail-smtpd \ 2>&1 |
> var/qmail/bin splogger smtpd 3 &
>
> to a boot script.
>
> The error that appeares is: Command not found...
>
> Where is the mistake???
The problem may be that /usr/local/bin is not in the PATH when your boot
scripts are running. Also, where you have:
var/qmail/bin splogger
you should have
/var/qmail/bin/splogger
Chris