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
@@ -248,7 +248,7 @@
with subtest("no warnings or errors"):
server.fail("journalctl -u postfix | grep -i error >&2")
server.fail("journalctl -u postfix | grep -i warning >&2")
server.fail("journalctl -u dovecot2 | grep -i error >&2")
server.fail("journalctl -u dovecot2 | grep -i warning >&2")
server.fail("journalctl -u dovecot | grep -i error >&2")
server.fail("journalctl -u dovecot | grep -i warning >&2")
'';
}