.SS proxy kick
.B doveadm proxy kick
[\fB\-a\fP \fIipc_socket_path\fP]
-.I user
+[\fB\-f\fP \fIpassdb_field\fP]
+[\fB\-h\fP \fIhost_list\fP | \fIuser\fP]
+\" .I user
.PP
Kick all the connections being proxied for the given
.IR user .
+or for the given backend
+.IR hosts_list .
.\"-------------------------------------
.SS proxy list
.B doveadm proxy list
static bool
want_kick_host(struct login_proxy *proxy, const char *const *args,
- unsigned int key_idx ATTR_UNUSED)
+ unsigned int key_idx ATTR_UNUSED)
{
return str_array_find(args, proxy->host);
}