From 114a15b40780b1fae72e82e5010a2d66b5786ee9 Mon Sep 17 00:00:00 2001 From: Antoine Nguyen Date: Tue, 28 Jan 2025 11:49:37 +0100 Subject: [PATCH] Updated Radicale config dovecot auth is now part of Radicale --- modoboa_installer/scripts/files/radicale/config.tpl | 4 ++-- modoboa_installer/scripts/radicale.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modoboa_installer/scripts/files/radicale/config.tpl b/modoboa_installer/scripts/files/radicale/config.tpl index f3c8a85..e0b420c 100644 --- a/modoboa_installer/scripts/files/radicale/config.tpl +++ b/modoboa_installer/scripts/files/radicale/config.tpl @@ -71,7 +71,7 @@ # Authentication method # Value: none | htpasswd | remote_user | http_x_remote_user -type = radicale_dovecot_auth +type = dovecot # Htpasswd filename # htpasswd_filename = users @@ -85,7 +85,7 @@ type = radicale_dovecot_auth # Incorrect authentication delay (seconds) #delay = 1 -auth_socket = %{auth_socket_path} +dovecot_socket = %{auth_socket_path} [rights] diff --git a/modoboa_installer/scripts/radicale.py b/modoboa_installer/scripts/radicale.py index 04d039e..4fe6ca2 100644 --- a/modoboa_installer/scripts/radicale.py +++ b/modoboa_installer/scripts/radicale.py @@ -33,7 +33,7 @@ class Radicale(base.Installer): """Prepare a dedicated virtualenv.""" python.setup_virtualenv(self.venv_path, sudo_user=self.user) packages = [ - "Radicale", "radicale-dovecot-auth", "pytz" + "Radicale", "pytz" ] python.install_packages(packages, self.venv_path, sudo_user=self.user) python.install_package_from_repository(