It can't just be ignored... qmail doesn't start
/etc/rc.d/init.d/qmail start comes back with a FAILED
Funny thing is, mail is working
[root@ursaminor ~]# ps waux | grep mail
qmails    3745  0.0  0.0   3848   580 ?        S    Jan26   0:01 qmail-send
qmaill    3747  0.0  0.0   3796   524 ?        S    Jan26   0:00 splogger qmail
root      3748  0.0  0.0   3836   432 ?        S    Jan26   0:00 qmail-lspawn | /usr/bin/deliverquota ./Maildir
qmailr    3749  0.0  0.0   3836   432 ?        S    Jan26   0:00 qmail-rspawn
qmailq    3750  0.0  0.0   3792   388 ?        S    Jan26   0:00 qmail-clean
root      4127  0.0  1.8 173504 58088 ?        SNs  Jan26   0:03 /usr/bin/spamd --username=popuser --daemonize --nouser-config --helper-home-dir=/var/qmail --max-children 5 --create-prefs --virtual-config-dir=/var/qmail/mailnames/%d/%l/.spamassassin --pidfile=/var/run/spamd/spamd_full.pid --socketpath=/tmp/spamd_full.sock
qmailr    8806  0.0  0.0  33652  1192 ?        S    00:37   0:00 /var/qmail/bin/qmail-remote.moved outfuck.com 
[email protected] [email protected]
root      9727  0.0  0.0   3680   272 ?        Ss   00:48   0:00 /usr/sbin/rblsmtpd -r bl.spamcop.net -r sbl-xbl.spamhaus.org /var/qmail/bin/relaylock /var/qmail/bin/qmail-smtpd /var/qmail/bin/smtp_auth /var/qmail/bin/true /var/qmail/bin/cmd5checkpw /var/qmail/bin/true
root      9743  0.0  0.0   3680   268 ?        Ss   00:48   0:00 /usr/sbin/rblsmtpd -r bl.spamcop.net -r sbl-xbl.spamhaus.org /var/qmail/bin/relaylock /var/qmail/bin/qmail-smtpd /var/qmail/bin/smtp_auth /var/qmail/bin/true /var/qmail/bin/cmd5checkpw /var/qmail/bin/true
root      9744  0.0  0.0   3680   272 ?        Ss   00:48   0:00 /usr/sbin/rblsmtpd -r bl.spamcop.net -r sbl-xbl.spamhaus.org /var/qmail/bin/relaylock /var/qmail/bin/qmail-smtpd /var/qmail/bin/smtp_auth /var/qmail/bin/true /var/qmail/bin/cmd5checkpw /var/qmail/bin/true
popuser   9779  0.0  0.0  13744   784 ?        S    00:49   0:00 bin/qmail-local -- popuser /var/qmail/mailnames/acornsteel.com/martha 155-martha   acornsteel.com 
[email protected] | /usr/bin/deliverquota ./Maildir
root      9783  0.0  0.0  61208   756 pts/1    SN+  00:49   0:00 grep mail
However
[root@ursaminor ~]# service qmail status
qmail-send is stopped
[root@ursaminor ~]#
Is this just a problem with the INIT script?