]> TLD Linux GIT Repositories - packages/postfix.git/blob - postfix.monitrc
- updated to 3.8.6
[packages/postfix.git] / postfix.monitrc
1 check 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
9 check 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