Updated Radicale config
dovecot auth is now part of Radicale
This commit is contained in:
@@ -71,7 +71,7 @@
|
|||||||
|
|
||||||
# Authentication method
|
# Authentication method
|
||||||
# Value: none | htpasswd | remote_user | http_x_remote_user
|
# Value: none | htpasswd | remote_user | http_x_remote_user
|
||||||
type = radicale_dovecot_auth
|
type = dovecot
|
||||||
|
|
||||||
# Htpasswd filename
|
# Htpasswd filename
|
||||||
# htpasswd_filename = users
|
# htpasswd_filename = users
|
||||||
@@ -85,7 +85,7 @@ type = radicale_dovecot_auth
|
|||||||
# Incorrect authentication delay (seconds)
|
# Incorrect authentication delay (seconds)
|
||||||
#delay = 1
|
#delay = 1
|
||||||
|
|
||||||
auth_socket = %{auth_socket_path}
|
dovecot_socket = %{auth_socket_path}
|
||||||
|
|
||||||
|
|
||||||
[rights]
|
[rights]
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ class Radicale(base.Installer):
|
|||||||
"""Prepare a dedicated virtualenv."""
|
"""Prepare a dedicated virtualenv."""
|
||||||
python.setup_virtualenv(self.venv_path, sudo_user=self.user)
|
python.setup_virtualenv(self.venv_path, sudo_user=self.user)
|
||||||
packages = [
|
packages = [
|
||||||
"Radicale", "radicale-dovecot-auth", "pytz"
|
"Radicale", "pytz"
|
||||||
]
|
]
|
||||||
python.install_packages(packages, self.venv_path, sudo_user=self.user)
|
python.install_packages(packages, self.venv_path, sudo_user=self.user)
|
||||||
python.install_package_from_repository(
|
python.install_package_from_repository(
|
||||||
|
|||||||
Reference in New Issue
Block a user