How can i uninstall spamassassin without breaking email service?
How can i uninstall spamassassin without breaking email service?
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 :)
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?
/usr/local/vesta/conf/vesta.conf
from
to
/etc/exim4/exim4.conf.template
from yes to no
And then I think you can uninstall spamassasin and clamav or spamassasin only
from
Code: Select all
ANTIVIRUS_SYSTEM='clamav-daemon'
ANTISPAM_SYSTEM='spamassassin'
Code: Select all
ANTIVIRUS_SYSTEM=''
ANTISPAM_SYSTEM=''
from yes to no
Code: Select all
SPAMASSASSIN = no
CLAMD = no
Re: How can i uninstall spamassassin without breaking email service?
Ok, Thanks for the quick reply... Trying now, will update status...
Re: How can i uninstall spamassassin without breaking email service?
Thanks ..solved!! Just fixed the issue without breaking my mailing system... :D
Vesta CP is the BEST...
Vesta CP is the BEST...
Re: How can i uninstall spamassassin without breaking email service?
Nice! ^_^
Solved and closed.
Solved and closed.