How to remove ClamAV with custombuild 2?

crane

Verified User
Joined
May 19, 2013
Messages
31
Location
Hà Nội
Hi,
I build clamav via custombuild but it eat my RAM, now how can I turn it off or remove it?
thanks
 
Do you have exim_conf=yes set in the options.conf file? If yes, then just do clamav_exim=no, "./build exim_conf" and it will disable automatic email scanning using ClamAV.
 
hi,
I run your guide but it display error message:

Code:
./build exim_conf
You cannot update Exim configuration files, because you do not have it set in options.conf file.

my options.conf
Code:
#ClamAV-related Settings
clamav=yes
clamav_exim=no
 
Please check the exim_conf setting, I think you have it set to "no" :)
 
hi smtalk,
you mistype the option string eximconf=no or I must edit it as you guide.

my options.conf
Code:
#ClamAV-related Settings
clamav=yes
clamav_exim=no
proftpd_uploadscan=no
pureftpd_uploadscan=no
suhosin_php_uploadscan=no

#Mail Settings
exim=yes
[COLOR="#FF0000"]eximconf=no[/COLOR]
spamassassin=no
dovecot=yes
pigeonhole=no
 
Back
Top