Franklin A Hays <[EMAIL PROTECTED]> wrote:
>i am getting closer, have some more questions for everyone (really
>appreciate the help thus far). I commented out the sendmail startup
>daemon in rc.M and then added the following to rc.local:
>if [ -x /var/qmail/rc ]; then
>echo "Starting qmail daemon ..."
>bash -r -c 'var/qmail/rc &'
>fi
That should be:
if [ -x /usr/local/sbin/qmail ]; then
echo "Starting qmail..."
/usr/local/sbin/qmail start
fi
I'll update LWQ with Slackware directions ASAP. Sorry about that.
-Dave