Thus spake Henning Brauer ([EMAIL PROTECTED]):
> > exit 0
>   ^^^^^^
> everything behind exit will never be executed. exit 0 should be the last
> line in your script.
>   
> > # Starts Apache Web Server
> > /usr/local/apache/bin/apachectl start
> > 
> > # Starts Qmail Under TCPSERVER
> > tcpserver -v -u 1010 -g 1010 0 smtp
> > /var/qmail/bin/qmail-smtpd \
> > 2>&1 | /var/qmail/bin/splogger smtpd 3 &

Also, tcpserver is in /usr/local/bin per default, which probably is not
in the PATH.

Felix

Reply via email to