treewide: replace/remove dovecot2 service name

The unit name is now dovecot.service.
This commit is contained in:
Martin Weinelt
2025-12-19 02:52:55 +01:00
parent 4bbe0d7bab
commit e437760341
5 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -1185,8 +1185,8 @@ in
if failed port 25 protocol smtp for 5 cycles then restart
check process dovecot with pidfile /var/run/dovecot2/master.pid
start program = "${pkgs.systemd}/bin/systemctl start dovecot2"
stop program = "${pkgs.systemd}/bin/systemctl stop dovecot2"
start program = "${pkgs.systemd}/bin/systemctl start dovecot"
stop program = "${pkgs.systemd}/bin/systemctl stop dovecot"
if failed host ${cfg.fqdn} port 993 type tcpssl sslauto protocol imap for 5 cycles then restart
check process rspamd with matching "rspamd: main process"