Hi,

> exec env - PATH="/var/qmail/bin:/usr/local/bin" tcpserver -H -R -x
> /etc/tcp.smtp.cdb -c20 -u1004 -g1201 0 smtp /var/qmail/bin/qmail-smtpd 2>&1
> > /dev/null &

This should be 

exec ...  -H -R -x \
/etc/tcp ...  2>&1 \
> /dev/null

> exec env - PATH="/var/qmail/bin:/usr/local/bin" tcpserver -H -R 0 110
> /var/qmail/bin/qmail-popup mail.server.nu /home/vpopmail/bin/vchkpw
> /var/qmail/bin/qmail-pop3d Maildir &

same here, the \ at the end of the first two lines is missing.

                                claudio
-- 
Claudio Nieder, Kanalweg 1, CH-8610 Uster, Tel +41 79 357 6743
yahoo messenger: claudionieder aim: claudionieder icq:42315212
mailto:[EMAIL PROTECTED]                http://www.claudio.ch


Reply via email to