check process policyd with pidfile /var/run/policyd.pid
	group mail
	group policyd
	start program = "/etc/init.d/policyd start"
	stop  program = "/etc/init.d/policyd stop"
	if failed port 10031 protocol postfix-policy then restart
	if 5 restarts within 5 cycles then timeout
	depends on policyd_rc
	depends on policyd_bin
	depends on cleanup_bin

check file policyd_rc with path /etc/init.d/policyd
	group policyd
	if failed checksum then unmonitor
	if failed permission 755 then unmonitor
	if failed uid root then unmonitor
	if failed gid root then unmonitor

check file policyd_bin with path /usr/sbin/policyd
	group policyd
	if failed checksum then unmonitor
	if failed permission 755 then unmonitor
	if failed uid root then unmonitor
	if failed gid root then unmonitor

check file cleanup_bin with path /usr/sbin/policyd-cleanup
	group policyd
	if failed checksum then unmonitor
	if failed permission 755 then unmonitor
	if failed uid root then unmonitor
	if failed gid root then unmonitor
