From: "Bob George" <[EMAIL PROTECTED]>
> Either:
> ls /etc/init.d
>
> or
>
> ls /etc/rc.d/init.d
>
> Under one of those, you should see a "spamassassin" or "spamd". Then do:
>
> /etc/init.d/spamassassin restart
> (modify based on what you find)
This often works.
"service spamassassin restart"
To make it run properly the spamassassin init script should be in the
init.d directory, wherever it is. "chkconfig --list spamassassin" should
show it. "chkconfig spamassassin on" should enable it for every boot.
The first time start can be "service spamassassin start". The "service"
script takes care of finding the init script and running it.
{o.o}