/var/log/clamav/clamav-milter.log {
    daily
    rotate 10
    missingok
    notifempty
    compress
    sharedscripts
    postrotate
        [ ! -f /var/run/clamav/clamav-milter.pid ] || kill -HUP `cat /var/run/clamav/clamav-milter.pid`
    endscript
}

