Eddie Greer writes:
> softlimit: fatal: unable to run  : file does not exist
...
> Here is a copy of my /var/qmail/supervise/qmail-stmpd/run file
> 
> #!/bin/sh
> QMAILDUID=`/usr/xpg4/bin/id -u =qmaild`
> NOFILESGID=`/usr/xpg4/bin/id -g =qmaild`

Those `='s aren't suppoesd to be there, are they?

> exec /usr/local/bin/softlimit -m 2000000 \
>     /usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb \
>         -u $QMAILDUID -g $NOFILESGID 0 smtp /var/qmail/bin/qmail-smtpd 2>&1

Make sure that there's no whitespace after the \ at the end of the
line.  Or removes the backslashes and put the whole command on one
line.


paul

Reply via email to