Hello Scott,
Tuesday, September 30, 2003, 12:58:44 PM, you wrote:
SR> Malte S. Stretz wrote:
>> kill -HUP should work with SpamAssassin 2.60 under Perl 5.6.1 and up. I
>> heard that it doesn't work for some people though. Just have a try.
SR> Let me clarify: When I made a change to `local.cf'
Date: Tue, 30 Sep 2003 15:58:44 -0400
From: Scott Rothgaber <[EMAIL PROTECTED]>
Organization: Palmetto Network Solutions, Ltd
To: [EMAIL PROTECTED]
Subject: Re: [SAtalk] Re: Restart Spamd
Malte S. Stretz wrote:
> kill -HUP should work with SpamAssassin 2.60 under Perl
Malte S. Stretz wrote:
kill -HUP should work with SpamAssassin 2.60 under Perl 5.6.1 and up. I
heard that it doesn't work for some people though. Just have a try.
Let me clarify: When I made a change to `local.cf' and typed...
kill -1 `cat /var/run/spamd.pid`
...nothing showed up in the log to
On Tuesday 30 September 2003 17:40 CET Scott Rothgaber wrote:
> Mike Carlson wrote:
> > What is the best way to kill spamassassin and restart it again after
> > making a change to the local.cf file?
>
> `/usr/local/etc/rc.d/spamd.sh restart' on FreeBSD.
>
> IIRC, this just kills and restarts the da
Dallas L. Engelken wrote:
> no point in restarting just for a change in local.cf. just send
> it a SIGHUP. running through daemontools makes it easy...
>
> # svc -t /service/spamd
The -t switch tells the sueprvise process to send a SIGTERM to said
service, while -h means SIGHUP.
Cheers,
//