Which distribution are you using? If it's RedHat or Mandrake, for example, you're not starting it correctly. For them there is an /etc/init.d aka /etc/rc.d/init.d entry for starting and stopping spamd using the "service" script as with "service spamassassin restart".
Otherwise you have to use kill and the command below. {^_^} ----- Original Message ----- From: "Matt" <[EMAIL PROTECTED]> > I start SPAMD like so in rc.local. > > /usr/bin/spamd -d -c -m 5 > > I imagine it must be restarted to pick up any changes in the rule sets? > > Now how do I restart it? I imagine I need to do something with a pid file > to kill it but am unfamiliar with that. No linux guru here. > > Is there a script I can put in /etc/init.d/ that would support just doing > "spamd start" and "spamd restart", etc? Where can I find a copy if so? > > Thanks. > > Matt >