RE: how to stop the spam assassin

2007-08-16 Thread Bret Miller
> I am running SA 3.1.7. I need to upgrade it. I have to stop > the current running SA. how to stop the service? That really depends on how you are calling SA. I know you run it on Windows, but what mail server, and how is it called. I use CommuniGate Pro with CGPSA. To stop SA, I have to kill th

Re: how to stop the spam assassin

2007-08-15 Thread John Rudd
Chris wrote: On Tuesday 14 August 2007 2:37 am, Sg wrote: Hi, I am running SA 3.1.7. I need to upgrade it. I have to stop the current running SA. how to stop the service? I do it this way, as root: service spamassassin stop and to restart service spamassassin start Which is platform dep

Re: how to stop the spam assassin

2007-08-15 Thread Chris
On Tuesday 14 August 2007 2:37 am, Sg wrote: > Hi, > > I am running SA 3.1.7. I need to upgrade it. I have to stop the current > running SA. how to stop the service? I do it this way, as root: service spamassassin stop and to restart service spamassassin start -- Chris KeyID 0xE372A7DA98E6705

Re: how to stop the spam assassin

2007-08-15 Thread David B Funk
On Tue, 14 Aug 2007, Gokhan ALKAN wrote: > it depends on which distro have you used . you can use stop/start script to > stop spamassin. or you can see spamassassin prcocess with ps command and > kill . > > you can see pid of spamassassin with below command and you can kill > spamassassin > >

Re: how to stop the spam assassin

2007-08-14 Thread Gokhan ALKAN
it depends on which distro have you used . you can use stop/start script to stop spamassin. or you can see spamassassin prcocess with ps command and kill . you can see pid of spamassassin with below command and you can kill spamassassin # ps auwx | grep "spamd" | grep -v "grep" # kill -9 spam