From c3190dd51ae48ca0a7b3c118b88b8f1abdb6e5d5 Mon Sep 17 00:00:00 2001 From: missytake Date: Mon, 6 Jan 2025 19:53:31 +0100 Subject: [PATCH] doc: fix migration guide fix #464 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eaf00981..a1d40074 100644 --- a/README.md +++ b/README.md @@ -281,7 +281,7 @@ to make sure you can connect with SSH. `ssh root@13.37.13.37 tar c /etc/dkimkeys | ssh root@13.12.23.42 tar x -C /etc/` so the DKIM DNS record stays correct. -3. On the new server, run `chown root: -R /var/lib/acme` and `chown root: -R /etc/dkimkeys` to make sure the permissions are correct. +3. On the new server, run `chown root: -R /var/lib/acme` and `chown opendkim: -R /etc/dkimkeys` to make sure the permissions are correct. 4. Run `cmdeploy run --disable-mail --ssh-host 13.12.23.42` to install chatmail on the new machine. postfix and dovecot are disabled for now,