How to disable clamav-daemon and spamassassin

How to disable clamav-daemon and spamassassin, since I don’t really use them, I want to remove it or disable it completely so that it doesn’t consume memory!

I have 4 cores and 8 Gb ram

systemctl stop clamav-daemon
systemctl disable clamav-daemon
systemctl stop spamassassin
systemctl disable spamassassin
apt remove spamassassin clamav-daemon spamassassin

And update /etc/exim4/exim4.conf.template

And comment out:

#SPAMASSASSIN = yes
#SPAM_SCORE = 50
#SPAM_REJECT_SCORE = 100
#CLAMD = yes

Update /usr/local/hestia/conf/hestia.conf

By replacing:

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

With

ANTISPAM_SYSTEM=''
ANTIVIRUS_SYSTEM=''
2 Likes

Thank you, I have another concern, I am decompressing a 2 GB file and it does not decompress anything, can you help me?

Use ssh it goes way faster …

Also upgrade to the 1.6.14 and then is should be fixed the unzipping

And how can you explain to me? i’m a bit new

How do I update?

apt update && apt upgrade

And if it wants to replace config files enter N

1 Like

I keep seeing the same thing and I already did the process

Screenshot_19

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.