/var/log/zm/*log {
	weekly
	rotate 4
	notifempty
	missingok
	postrotate
		/usr/bin/zmpkg.pl logrot
	endscript
}