Fixed dovecot warning.

This commit is contained in:
Antoine Nguyen
2018-04-02 16:23:47 +02:00
parent c4db97ea7a
commit 704d73cb4d
3 changed files with 6 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ class Radicale(base.Installer):
radicale_auth_socket_path = self.config.get(
"dovecot", "radicale_auth_socket_path")
context.update({
"radicale_auth_socket_path": radicale_auth_socket_path
"auth_socket_path": radicale_auth_socket_path
})
return context