Max Shaposhnikov <[EMAIL PROTECTED]> wrote:
>i have strange problems with qmail smtp startup on my sun solaris 7
>machine...
>when i reboot sun qmail start but won't work properly
What do you mean by "won't run properly"? The failure mode is valuable
debugging clue.
>if i do
>qmail stop
>qmail start
>all is work just fine...
Dollars to donuts the difference is in the PATH the startup script
uses vs. the one you have logged in as root interactively.
>init script:
>
>PATH=$PATH:/usr/bin:/usr/local/bin:/var/qmail/bin:usr/sbin
E.g., if the script needs snything from /usr/sbin it won't find
it. (And if it doesn't need anything from /usr/sbin, "usr/sbin"
shouldn't be in the PATH.)
>who can send to me right init script?
http://Web.InfoAve.Net/~dsill/lwq.html
-Dave