mirror of
https://github.com/chatmail/relay.git
synced 2026-05-20 21:08:03 +00:00
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:
@@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
## untagged
|
## untagged
|
||||||
|
|
||||||
|
- Don't fix file owner ship of /home/vmail
|
||||||
|
([#345](https://github.com/deltachat/chatmail/pull/345))
|
||||||
|
|
||||||
- Support iterating over all users with doveadm commands
|
- Support iterating over all users with doveadm commands
|
||||||
([#344](https://github.com/deltachat/chatmail/pull/344))
|
([#344](https://github.com/deltachat/chatmail/pull/344))
|
||||||
|
|
||||||
|
|||||||
@@ -465,11 +465,6 @@ def deploy_chatmail(config_path: Path) -> None:
|
|||||||
)
|
)
|
||||||
server.user(name="Create echobot user", user="echobot", system=True)
|
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
|
# Add our OBS repository for dovecot_no_delay
|
||||||
files.put(
|
files.put(
|
||||||
name="Add Deltachat OBS GPG key to apt keyring",
|
name="Add Deltachat OBS GPG key to apt keyring",
|
||||||
|
|||||||
Reference in New Issue
Block a user