Page 1 of 1

How can i uninstall spamassassin without breaking email service?

Posted: Wed Apr 27, 2016 2:39 am
by UbunVesta
Clamav and Spamassassin using a lot of resources on my vps. So, i want to disable (or uninstall) one of them. As Spamassassin taking more resource than clamav i'm interested to disable/uninstall spamassassin...

Lately, I've stopped spamassassin process from vestacp "Server" option..BUT, after disabling the process i couldn't receive any emails. :(

So, I want to disable/uninstall spamassassin(also clamav if possible) without messing up my mailing service.

Thanks in Advance :)

Re: How can i uninstall spamassassin without breaking email service?

Posted: Wed Apr 27, 2016 5:41 am
by skurudo
/usr/local/vesta/conf/vesta.conf

from

Code: Select all

ANTIVIRUS_SYSTEM='clamav-daemon'
ANTISPAM_SYSTEM='spamassassin'
to

Code: Select all

ANTIVIRUS_SYSTEM=''
ANTISPAM_SYSTEM=''
/etc/exim4/exim4.conf.template
from yes to no

Code: Select all

SPAMASSASSIN = no
CLAMD =  no
And then I think you can uninstall spamassasin and clamav or spamassasin only

Re: How can i uninstall spamassassin without breaking email service?

Posted: Wed Apr 27, 2016 8:49 am
by UbunVesta
Ok, Thanks for the quick reply... Trying now, will update status...

Re: How can i uninstall spamassassin without breaking email service?

Posted: Wed Apr 27, 2016 11:12 am
by UbunVesta
Thanks ..solved!! Just fixed the issue without breaking my mailing system... :D

Vesta CP is the BEST...

Re: How can i uninstall spamassassin without breaking email service?

Posted: Wed Apr 27, 2016 1:44 pm
by skurudo
Nice! ^_^

Solved and closed.