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 raj at rafa.eu.org -- "In a million years, when kids go to school, they're gonna know: once there was a Hushpuppy, and she lived with her daddy in the Bathtub."
> On 16/08/2022 23:34 EEST Jaroslaw Rafa <raj at rafa.eu.org> 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 > raj at rafa.eu.orgdoveadm_password = secret service doveadm { inet_listener http { port = 8080 } } should allow you to use `who` command over HTTP API. Aki