remove fix-file-owner which takes forever on servers with many mail directories

(it's unclear why this is still needed and should be fixed differently in any case)
This commit is contained in:
holger krekel
2024-07-06 10:18:19 +02:00
parent 3d96f0fdfa
commit 15f79e0826
2 changed files with 3 additions and 5 deletions

View File

@@ -465,11 +465,6 @@ def deploy_chatmail(config_path: Path) -> None:
)
server.user(name="Create echobot user", user="echobot", system=True)
server.shell(
name="Fix file owner in /home/vmail",
commands=["test -d /home/vmail && chown -R vmail:vmail /home/vmail"],
)
# Add our OBS repository for dovecot_no_delay
files.put(
name="Add Deltachat OBS GPG key to apt keyring",