From 740fe8b1469290f49d5449eccfafcb8d6b7ae284 Mon Sep 17 00:00:00 2001 From: missytake Date: Sat, 28 Jun 2025 14:22:23 +0200 Subject: [PATCH] dovecot: install from download.delta.chat instead of opensuse --- cmdeploy/src/cmdeploy/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmdeploy/src/cmdeploy/__init__.py b/cmdeploy/src/cmdeploy/__init__.py index 73325654..249f98e9 100644 --- a/cmdeploy/src/cmdeploy/__init__.py +++ b/cmdeploy/src/cmdeploy/__init__.py @@ -612,7 +612,7 @@ def deploy_chatmail(config_path: Path, disable_mail: bool) -> None: path="/etc/apt/sources.list", line="deb [signed-by=/etc/apt/keyrings/obs-home-deltachat.gpg] https://download.opensuse.org/repositories/home:/deltachat/Debian_12/ ./", escape_regex_characters=True, - ensure_newline=True, + present=False, ) if host.get_fact(Port, port=53) != "unbound": @@ -675,9 +675,9 @@ def deploy_chatmail(config_path: Path, disable_mail: bool) -> None: packages="postfix", ) - apt.packages( + apt.deb( name="Install Dovecot", - packages=["dovecot-imapd", "dovecot-lmtpd"], + src="https://download.delta.chat/dovecot/dovecot-imapd_2.3.21+dfsg1-3_amd64.deb", ) apt.packages(