]> git.pld-linux.org Git - packages/postfix.git/blame_incremental - postfix.monitrc
- up to 3.6.12
[packages/postfix.git] / postfix.monitrc
... / ...
CommitLineData
1check process postfix with pidfile /var/spool/postfix/pid/master.pid
2 group mail
3 start program = "/etc/rc.d/init.d/postfix start"
4 stop program = "/etc/rc.d/init.d/postfix stop"
5 if failed port 25 protocol smtp then restart
6 if 5 restarts within 5 cycles then timeout
7 depends on postfix_rc
8
9check file postfix_rc with path /etc/rc.d/init.d/postfix
10 group mail
11 if failed checksum then unmonitor
12 if failed permission 754 then unmonitor
13 if failed uid root then unmonitor
14 if failed gid root then unmonitor
This page took 0.657123 seconds and 4 git commands to generate.