From: "Ed Kasky" <[EMAIL PROTECTED]> > At 12:46 PM Tuesday, 12/14/2004, jdow wrote -=> > >From: "Kenneth Porter" <[EMAIL PROTECTED]> > > > > > I realized that since my reboot last week that network tests are no longer > > > running. Any hints on tracking down why? I'm stilling running 3.0, on > > > Fedora Core 2 using spamd. SA is launched using spamc in /etc/procmailrc: > > > > > > :0fw > > > * < 200000 > > > | /usr/bin/spamc > > > >chkconfig --list spamassassin > > > >If it's all "off" then do > >"chkconfig spamassassin on;service spamassassin restart" > > Shouldn't it be "chkconfig --list spamd" as spamd is the daemon and > spamassassin the script?
Not on Mandrake or RedHat. Their "service" scripts take the name given and look for that in /etc/rc.d/init.d. (That directory's also aliased to /etc/init.d.) If the script exists it checks the /etc/rc.d/rcN.d directories for the status. Debian, Slackware, and other distributions are likely to be different. {^_^}