• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

how do i remove spaassassin?

EvolutionCrazy

Basic Pleskian
I've psa-spamassassin that's is eating server resources for nothing (my licence doesn't support it so i cannot enable it in my emails!!!)

how do i completly remove it to free some server resources?
 
If you can't do it from the CP (I don't remember right now), then do the following:

First find out exactly which version you have installed:

rpm -q psa-spamassassin

This will list the rpm name such as:

psa-spamassassin-7.5.2-rh9.build75050128.10.i586.rpm

then to remove it

rpm -e psa-spamassassin-7.5.2-rh9.build75050128.10.i586.rpm
(obviously this is for the PSA 7.5.2 on RH9)

Are you then going to install the non-plesk SA or some other spam filter? Please tell me you aren't going to go totally without any...
 
Originally posted by jamesyeeoc
If you can't do it from the CP (I don't remember right now), then do the following:

First find out exactly which version you have installed:

rpm -q psa-spamassassin

This will list the rpm name such as:

psa-spamassassin-7.5.2-rh9.build75050128.10.i586.rpm

then to remove it

rpm -e psa-spamassassin-7.5.2-rh9.build75050128.10.i586.rpm
(obviously this is for the PSA 7.5.2 on RH9)

Are you then going to install the non-plesk SA or some other spam filter? Please tell me you aren't going to go totally without any...

thanks, i'll try in that way ;)

on that server i'm doing only webhosting, i haven't any email box setted up (i use external mx, pop3, smtp servers) so i don't need spamassassin :)

do you think that plesk will become "angry" if i'll delete that rpm?
 
Back
Top