PDA

View Full Version : remove spamassassin



rmxs
02-09-2008, 12:12 PM
Hello can someone how can i remove COMPLETLY spamassasin?

I have remove it form exim.conf file byt i thing make my high load..

Please help me

andyreed
02-09-2008, 11:56 PM
Hello can someone how can i remove COMPLETLY spamassasin?

I have remove it form exim.conf file byt i thing make my high load.Did you install SpamAssassin (SA) from RPM or source *.tar.gz. What is your OS? What makes you say that SA is the real the cause of high server load? I suggest you kill all instances of spamd and see if that makes any difference in regards to high server load.

rmxs
02-10-2008, 02:41 AM
i use centos 4 ..

i install the spamassassin from guide that i found here.

(i thing spamassassin make load because i dont have edit the exim conf file i dont have activete it and i saw some proccesses)


by the way i need to remove it because i dont use it any more.

nobaloney
02-15-2008, 07:55 PM
In all our tests, when it's commented out of the exim.conf file, and exim is restarted, even though it runs it uses virtually no resources.

Nevertheless you can follow these instructions to remove it:

# rm /usr/bin/spamd.
Then you must kill it:

killall -9 spamd
You're on your own if you want to find and remove all the spamd stuff since I've never looked for it.

Jeff

rmxs
02-15-2008, 08:14 PM
thanks for your info