Files
server/opt/psa/var/modules/watchdog/etc/service.d/dovecot
2026-01-07 20:52:11 +01:00

15 lines
866 B
Plaintext
Executable File

#ATTENTION!
#
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
#SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED.
### Copyright 1999-2026. WebPros International GmbH. All rights reserved.
check process dovecot with pidfile /run/dovecot/master.pid
start program = "/opt/psa/admin/bin/mailmng-service --start-service --mail-component=imap-pop3"
stop program = "/opt/psa/admin/bin/mailmng-service --stop-service --mail-component=imap-pop3"
if failed port 143 protocol imap with timeout 60 seconds then restart
if failed port 993 type tcpssl protocol imap with timeout 60 seconds then restart
if failed port 110 protocol pop with timeout 60 seconds then restart
if failed port 995 type tcpssl protocol pop with timeout 60 seconds then restart
every 1 cycles
mode manual