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 dovecot with pidfile /var/run/dovecot/master.pid
50 office 6 group mail
7 depends dovecot_init
8 depends dovecot_bin
27 office 9 start program = "/etc/init.d/dovecot start"
10 stop program = "/etc/init.d/dovecot stop"
11 if failed host mail.grimore.org port 993 type tcpssl sslauto protocol
50 office 12 imap for 5 cycles then restart
27 office 13 # if 3 restarts within 5 cycles then timeout
50 office 14  
27 office 15 check file dovecot_init with path /etc/init.d/dovecot
16 group mail
50 office 17  
27 office 18 check file dovecot_bin with path /usr/sbin/dovecot
19 group mail