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
+3 -3
View File
@@ -45,11 +45,11 @@ For remediating this issue the following steps are required:
wcurl https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/raw/master/migrations/nixos-mailserver-migration-03.py
chmod +x nixos-mailserver-migration-03.py
2. Stop the ``dovecot2.service``.
2. Stop the ``dovecot.service``.
.. code-block:: bash
systemctl stop dovecot2.service
systemctl stop dovecot.service
3. Create a backup or snapshot of your ``mailserver.mailDirectory``, so you can restore
should anything go wrong.
@@ -101,7 +101,7 @@ This migration is required if you both:
For remediating this issue the following steps are required:
1. Stop ``dovecot2.service``.
1. Stop ``dovecot.service``.
2. Move ``/var/vmail/ldap`` below your ``mailserver.mailDirectory``.
3. Update the ``mailserver.stateVersion`` to ``2``.