• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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