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
----------------------------
(all in one line)
Does it help diagnoze?
Zhiliang
On Thu, 27 Apr 2000, dd wrote:
> > 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 linux then I found out that Iwas running one of
> the services qmail needed _after_ starting qmail (right now I can't remember
> wich one though :/). Making sure that qmail was called at the end of the
> script (check the daemons called in other scripts also) and modifying the
> script accordingly solved the problem. if You're using tcpserver make sure
> that it's called after qmail is started.
>
> hope this helps a little bit...
> yours,
>
> dd