Re: Qmail Under TCPServer

2001-01-20 Thread Felix von Leitner
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 > >

Re: Qmail Under TCPServer

2001-01-20 Thread Henning Brauer
On Sat, Jan 20, 2001 at 01:14:34PM -0800, Alex Le Fevre wrote: > Duh! Thanks. > > One remaining question: shouldn't those show up in my > process list if I do a ps ax? Yes. One supervise process per service, plus the app itself (mostly something like tcpserver [options] qmail-anything), normall

Re: Qmail Under TCPServer

2001-01-20 Thread Alex Le Fevre
then > > echo 'starting xdm...'; > > /usr/X11R6/bin/xdm ${xdm_flags} > > fi > > > > exit 0 > ^^ > everything behind exit will never be executed. exit > 0 should be the last > line in your script. > > > # Starts Apac

Re: Qmail Under TCPServer

2001-01-20 Thread Henning Brauer
'; > /usr/X11R6/bin/xdm ${xdm_flags} > fi > > 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

Qmail Under TCPServer

2001-01-20 Thread Alex Le Fevre
Thanks all who have answered my questions so far. You have been very helpful. I'm running into a much stranger problem now. I'm trying to set up Qmail under TCPServer, optimally with POP access. I've installed the TCPServer program and checkpassword (which tests out great