• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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