On my debian, here are the files I use :
/etc/logrotate.d/clamav-freshclam :
/var/log/clamav/freshclam.log {
rotate 12
weekly
compress
delaycompress
create 640 Debian-exim adm
postrotate
/etc/init.d/clamav-freshclam reload > /dev/null
endscript
}
/etc/logrotate.d/clamav-daemon :
/var/log/clamav/clamav.log {
rotate 12
weekly
compress
delaycompress
create 640 Debian-exim adm
postrotate
/etc/init.d/clamav-daemon reload > /dev/null
endscript
}
Hope this will help ...
_______________________________________________
http://lurker.clamav.net/list/clamav-users.html