configuration-templates – Blame information for rev 50

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
50 office 7 depends on postfix_rc
27 office 8 start program = "/etc/init.d/postfix start"
9 stop program = "/etc/init.d/postfix stop"
10 if failed port 25 protocol smtp then restart
11 # if 5 restarts within 5 cycles then timeout
12  
13 check file postfix_rc with path /etc/init.d/postfix
14 group mail
50 office 15 if failed checksum then alert
16 if failed permission 755 then alert
17 if failed uid root then alert
18 if failed gid root then alert