From d3755120650aedc1780b0145d9e432d3e86cf9e4 Mon Sep 17 00:00:00 2001 From: j4n Date: Mon, 23 Feb 2026 10:16:12 +0100 Subject: [PATCH] cmdeploy/deployers: commit one upstream fix --- cmdeploy/src/cmdeploy/deployers.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmdeploy/src/cmdeploy/deployers.py b/cmdeploy/src/cmdeploy/deployers.py index 3ddb7c96..897ae6f0 100644 --- a/cmdeploy/src/cmdeploy/deployers.py +++ b/cmdeploy/src/cmdeploy/deployers.py @@ -599,9 +599,6 @@ def deploy_chatmail(config_path: Path, disable_mail: bool, website_only: bool) - # so don't complain during upgrade that moved it to port 402 # and gave the port to nginx. (["acmetool", "nginx"], 80), - port_services.append(("acmetool", 80)) - port_services += [ - (["imap-login", "dovecot"], 143), ("nginx", 443), (["master", "smtpd"], 465), (["master", "smtpd"], 587),