• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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