# Pykolab logrotate script

/var/log/kolab/*.log {
    monthly
    rotate 4
    notifempty
    missingok
}

