mirror of
https://github.com/chatmail/relay.git
synced 2026-05-13 17:34:38 +00:00
remove filtermail split and LMTP backend
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user