Thanks, Bill
I'll make sure to try it and I guess that try upgrading the ClamAV as well
once I'm sure that the issue is fixed.

Thanks to all for replies!

> So, the long and short of it is that I would recommend specifiying the
> owner and group in the rotate config, as well as the modes for the
> files..  I use this here :
>
> /var/log/clamav/clamd.log {
>     missingok
>     nocompress
>     create 644 clamav clamav
>     postrotate
>         /sbin/service clamd reload 2> /dev/null 2> /dev/null || true
>     endscript
> }
>
> /var/log/clamav/freshclam.log {
>     missingok
>     nocompress
>     create 644 clamav clamav
>     postrotate
>         /sbin/service freshclam reload  2> /dev/null 2> /dev/null || true
>     endscript
> }
>


Reply via email to