why does clamav-daemon keep turning off vestacp code example

Example 1: why does clamav-daemon keep turning off vestacp

---Inside /etc/exim4/exim4.conf.template---

#CLAMD =  yes
CLAMD =  no

---or--Inside /usr/local/vesta/conf/vesta.conf-----

#ANTIVIRUS_SYSTEM='clamav'
ANTIVIRUS_SYSTEM=''

---Then do this---

systemctl disable clamd
systemctl stop clamd
systemctl restart exim

Example 2: why does clamav-daemon keep turning off vestacp

---Inside /etc/exim4/exim4.conf.template---

#CLAMD =  yes
CLAMD =  no

---or--Inside /usr/local/vesta/conf/vesta.conf-----

#ANTIVIRUS_SYSTEM='clamav'
ANTIVIRUS_SYSTEM=''

---Then do this---

systemctl disable clamd
systemctl stop clamd
systemctl restart exim

Tags:

Misc Example