Re: system start script

2000-05-03 Thread Zhiliang Hu
> > BTW, I have following lines in the /etc/inetd.conf: > > > > smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env tcp-env > > /var/qmail/bin/qmail -smtpd > > You don't have a space between qmail and -smtpd, do you? No space. Sorry, when I copied and pasted it into mail I left a spac

Re: system start script

2000-05-03 Thread Vince Vielhaber
On Wed, 3 May 2000, Zhiliang Hu wrote: > > dd - Thank you! > > I assume it is inetd. However I moved qmail to be after inetd > it didn't get qmail started either upon reboot. > > BTW, I have following lines in the /etc/inetd.conf: > > smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env

Re: system start script

2000-05-03 Thread Zhiliang Hu
dd - Thank you! I assume it is inetd. However I moved qmail to be after inetd it didn't get qmail started either upon reboot. BTW, I have following lines in the /etc/inetd.conf: smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env tcp-env /var/qmail/bin/qmail -smtpd -

Re: system start script

2000-04-27 Thread dd
> I installed qmail 1.03 and it works fine on my Digital unix4.0D. > > However when I tested my system script starting the qmail at boot: [...] > qmail was not started at boot, although the script works when > tried at the command line. (the script was in /.../rc3.d) I had the same problem in

Re: system start script

2000-04-25 Thread Dave Sill
Zhiliang Hu <[EMAIL PROTECTED]> wrote: >However when I tested my system script starting the qmail at boot: > >#!/sbin/sh > if [ -f /var/qmail/rc ]; then >/var/qmail/rc & >echo "Starting qmail server" >echo "Please wait .." && /sbin/sleep 5 > else >echo "q