> On 16/08/2022 23:34 EEST Jaroslaw Rafa <[email protected]> wrote:
>
>
> Dnia 16.08.2022 o godz. 23:19:14 Aki Tuomi pisze:
> > Have you tried `doveadm who`?
>
> Why haven't I found it in the documentation? I was really searching... :)
> Thank you!
>
> But this still requires launching an external executable for each connection
> request. Optimal solution would be to get it via some socket, or something
> like this...
> --
> Regards,
> Jaroslaw Rafa
> [email protected]
doveadm_password = secret
service doveadm {
inet_listener http {
port = 8080
}
}
should allow you to use `who` command over HTTP API.
Aki