Dovecot Systax Problem

main
boksbc 2025-10-20 21:54:08 +02:00
parent f956a51f78
commit 7f60843687
1 changed files with 1 additions and 1 deletions

View File

@ -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