configuration-templates – Blame information for rev 43

Subversion Repositories:
Rev:
Rev Author Line No. Line
27 office 1 ###########################################################################
2 ## Copyright (C) Wizardry and Steamworks 2017 - License: GNU GPLv3 ##
3 ###########################################################################
4  
5 check process postfix with pidfile /var/spool/postfix/pid/master.pid
6 group mail
7 start program = "/etc/init.d/postfix start"
8 stop program = "/etc/init.d/postfix stop"
9 if failed port 25 protocol smtp then restart
10 # if 5 restarts within 5 cycles then timeout
11 depends on postfix_rc
12  
13 check file postfix_rc with path /etc/init.d/postfix
14 group mail
15 if failed checksum then unmonitor
16 if failed permission 755 then unmonitor
17 if failed uid root then unmonitor
18 if failed gid root then unmonitor