/var/log/kadmind.log {
    missingok
    notifempty
    monthly
    rotate 12
    postrotate
	/sbin/service kadmin reload 2>/dev/null 2> /dev/null || true
    endscript
}
