From 7f6084368755869b5ca7ea513ad815725aad8fb8 Mon Sep 17 00:00:00 2001 From: boksbc Date: Mon, 20 Oct 2025 21:54:08 +0200 Subject: [PATCH] Dovecot Systax Problem --- scripts/95-woltguard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/95-woltguard.sh b/scripts/95-woltguard.sh index 560c7bf..47642bc 100644 --- a/scripts/95-woltguard.sh +++ b/scripts/95-woltguard.sh @@ -130,7 +130,7 @@ cat >/etc/monit/conf.d/opendkim.conf <<'EOF' check process opendkim with pidfile /run/opendkim/opendkim.pid start program = "/bin/systemctl start opendkim" stop program = "/bin/systemctl stop opendkim" - if does not exist file "/run/opendkim/opendkim.pid" then restart + if failed host 127.0.0.1 port 8891 type tcp for 2 cycles then restart if 5 restarts within 5 cycles then alert EOF