> >my qmail start script runs Ok, but qmail stops.
>
> When? Shortly after rebooting?
can't see when but when after the login into the system right after the
reboot and say "ps -e | grep qmail" I see nothing.
> >When I restart qmail deamon manualy it keeps runing.
>
> Until you reboot?
Yes, untill next reboot. Until that it runs with the system.
> If so, it sounds like you need to disassociate qmail from the
> controlling tty, e.g. by "nohup"'ing it:
>
> nohup '/var/qmail/bin/qmail-start ./Mailbox splogger qmail &' &&
echo -n ' qmail'
>
> The csh should be doing that automatically, but maybe HP's csh is
> different.
>
> -Dave
looks like it work ;-)))
thanks a lot