Re[2]: [SAtalk] Re: Restart Spamd

2003-09-30 Thread Abigail Marshall
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'

[SAtalk] Re: Restart Spamd

2003-09-30 Thread Mark Edwards
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

Re: [SAtalk] Re: Restart Spamd

2003-09-30 Thread Scott Rothgaber
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

[SAtalk] Re: Restart Spamd

2003-09-30 Thread Malte S. Stretz
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

[SAtalk] Re: Restart Spamd

2003-09-30 Thread Klaus Alexander Seistrup
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, //