RE: tcpserver blues

2001-05-15 Thread Patrick Starrenburg
Hi Chris You put this query up on the 10th. and tc lewis replied? I would endorse his answer to you, look into supervise from the daemontools toolkit. If you are starting off with qmail and want to get it up and going then go with one of the established methods of setting it up - Life with qma

RE: tcpserver blues

2001-05-15 Thread Chris Ochap
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Joerg Lenneis Sent: Friday, May 11, 2001 4:31 AM To: Nick (Keith) Fish Cc: Chris Ochap; Qmail Mailing List Subject: Re: tcpserver blues Nick (Keith) Fish: > Chris Ochap wrote: >> start() { &

Re: tcpserver blues

2001-05-11 Thread Joerg Lenneis
Nick (Keith) Fish: > Chris Ochap wrote: >> start() { >> # Start daemons. >> echo -n $"Starting $prog: " >> daemon /var/qmail/rc >> /usr/local/bin/tcpserver -v -p -x /etc/tcprules/tcp.smtp.cdb -u >> 51 -g 50 0 smtp /var/qmail/bin/qmail-smtpd >> RETVAL=$? >> [ $RETVAL -eq 0 ] && touch /var/lock/su

Re: tcpserver blues

2001-05-10 Thread Nick (Keith) Fish
Chris Ochap wrote: > start() { > # Start daemons. > echo -n $"Starting $prog: " > daemon /var/qmail/rc > /usr/local/bin/tcpserver -v -p -x /etc/tcprules/tcp.smtp.cdb -u > 51 -g 50 0 smtp /var/qmail/bin/qmail-smtpd > RETVAL=$? > [ $RETVAL -eq 0 ] &&

Re: tcpserver blues

2001-05-10 Thread tc lewis
tcpserver runs in the foreground. that line: tcpserver: status: 0/40 is its [logging] output. when it accepts a new connection, it will output more. just run it in the background. maybe pipe stdout and stderr to a file for logging. or be elegant and use supervise and svscan (see daemontools do

tcpserver blues

2001-05-10 Thread Chris Ochap
can anyone help me figure out why qmail-smtpd will not start. i have been following multiple peices of literature to complete the install...although they all differ slightly...i have had no trouble with any stage of the install except getting qmail to start listening for remote deliveries. whenev