ebk <[EMAIL PROTECTED]> wrote:
> #I added spamd to startup scripts
> # /etc/rc.d/rc.local
>
> I added this in there
> /usr/bin/spamd -a -c -d
>
> what is the restart or stop command?
> right from the prompt
> when I try to start it it says running already

John told you what we need to help you. If you are running spamd, you need to
restart it after making any changes to config files (including rule sets.) Tell
us what OS you're running on (and distribution, if linux) and we might be able
to tell you EXACTLY. IF you are running Linux (or any other Unix flavor), do
this:

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)

Then I'd STRONGLY recommend you familiarze yourself with init scripts in
general, because you're going to run into this again!

- Bob

Reply via email to