remove filtermail split and LMTP backend

This commit is contained in:
holger krekel
2023-10-19 01:02:24 +02:00
parent 4358d5fe61
commit 7cf6cc2c91
4 changed files with 11 additions and 15 deletions

View File

@@ -34,9 +34,12 @@ def _install_chatmaild() -> None:
commands=[f"pip install --break-system-packages {remote_path}"],
)
for fn in ("doveauth-dictproxy", "filtermail-before", ):
for fn in (
"doveauth-dictproxy",
"filtermail",
):
files.put(
name=f"upload {fn}.service",
name=f"Upload {fn}.service",
src=importlib.resources.files("chatmaild")
.joinpath(f"{fn}.service")
.open("rb"),