/var/opt/zope3/*/log/*.log {
	missingok
	compress
	dateext
	notifempty
	create 640 zope root
	rotate 99
	size 4M
	#maxage 365
	postrotate
		/etc/init.d/zope3 logrotate
	endscript
}

