Add clamav to hestiacp panel

Several days ago I installed hestiacp by
bash hst-install.sh -k no -s mysite -e myemail@mysite -p mypass
I thought clamav has installed but it was not installed. So I installed by
apt install clamav clamav-daemon
Now how add clamav to panel such that I can stop and restart it from panel.
Thanks in advance.

1 Like

Don’t know how much memory has but you will need at least 3 gb to have a proper working as it need at least 1 to 2 gb to run properly…

Add ANTIVIRUS_SYSTEM=‘clamav-daemon’ to /usr/local/hestia/conf/hestia.conf

2 Likes

Thanks eris. This work.

Wouldn’t you also need to make sure you have
CLAMD = yes
In your exim configuration. /etc/exim4/exim.conf.template

3 Likes

Thanks