SeLLeRoNe
Super Moderator
yes it match i file in my system in that directory
ive took from this how to for clamav
that was in italian, ive translated in the best way i can ^^
thank for your support
ive took from this how to for clamav
Code:
cd /etc/apt
nano sources.list
Add at the end
# clamav upgrade unofficial
deb http://ftp2.de.debian.org/debian-volatile/ sarge/volatile main
save and close
apt-get update
apt-get upgrade
apt-get install clamav-daemon clamav-freshclam
usermod -G clamav,mail clamav
/etc/init.d/clamav-freshclam restart
/etc/init.d/clamav-daemon restart
nano /etc/exim.conf
search:
system_filter = /etc/system_filter.exim
add:
av_scanner = clamd:/var/run/clamav/clamd.ctl
search:
# ACL that is used after the DATA command
check_message:
accept
change to:
# ACL that is used after the DATA command
check_message:
deny message = This message contains malformed MIME ($demime_reason)
demime = *
condition = ${if >{$demime_errorlevel}{2}{1}{0}}
deny message = This message contains a virus or other harmful content ($malware_name)
demime = *
malware = *
deny message = This message contains an attachment of a type which we do not accept (.$found_extension)
demime = bat:com:pif:prf:scr:vbs
warn message = X-Antivirus-Scanner: Clean mail though you should still use an Antivirus
accept
/etc/init.d/exim restart
cd /etc/clamav
nano freshclam.conf
add "Checks 24" if non present.
that was in italian, ive translated in the best way i can ^^
thank for your support