On Wed, Mar 01, 2000 at 03:46:41PM +1100, David Uzzell wrote:
> #supervise /var/lock/qmail-smtpd tcpserver -v -x/etc/tcp.smtp.cdb -u71 -g100
> rblsmtpd qmail-smtpd 2>&1 | setuser qmaill accustamp | \
> setuser qmaill cyclog -s5000000 -n5 /var/log/qmail/qmail-smtpd &
>
> It the responds with
> Ambiguous output redirect.
Use a bourne shell lookalike, not a C shell one.
This means:
exec /bin/sh
retry the command line you typed before.
Regards, Uwe
- Qmail Howto by Adam McKenna David Uzzell
- Uwe Ohse
