diff --git a/cmdeploy/src/cmdeploy/deployers.py b/cmdeploy/src/cmdeploy/deployers.py index 0314528e..f1077f66 100644 --- a/cmdeploy/src/cmdeploy/deployers.py +++ b/cmdeploy/src/cmdeploy/deployers.py @@ -17,7 +17,6 @@ from pyinfra.operations import apt, files, pip, server, systemd from cmdeploy.cmdeploy import Out -from .acmetool import AcmetoolDeployer from .basedeploy import ( Deployer, Deployment, @@ -533,7 +532,6 @@ def deploy_chatmail(config_path: Path, disable_mail: bool, website_only: bool) - port_services = [ (["master", "smtpd"], 25), ("unbound", 53), - ("acmetool", 80), (["imap-login", "dovecot"], 143), ("nginx", 443), (["master", "smtpd"], 465), @@ -568,7 +566,6 @@ def deploy_chatmail(config_path: Path, disable_mail: bool, website_only: bool) - UnboundDeployer(), TurnDeployer(mail_domain), IrohDeployer(config.enable_iroh_relay), - AcmetoolDeployer(config.acme_email, tls_domains), WebsiteDeployer(config), ChatmailVenvDeployer(config), MtastsDeployer(), diff --git a/cmdeploy/src/cmdeploy/dovecot/dovecot.conf.j2 b/cmdeploy/src/cmdeploy/dovecot/dovecot.conf.j2 index 69d76c5b..bda14325 100644 --- a/cmdeploy/src/cmdeploy/dovecot/dovecot.conf.j2 +++ b/cmdeploy/src/cmdeploy/dovecot/dovecot.conf.j2 @@ -228,8 +228,8 @@ service anvil { } ssl = required -ssl_cert =