remove spamassassin

rmxs

Verified User
Joined
Jan 14, 2007
Messages
133
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
 
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.
 
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.
 
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:
Code:
# rm /usr/bin/spamd
.
Then you must kill it:
Code:
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
 
Back
Top