16 Aug
2022
16 Aug
'22
11:37 p.m.
On 16/08/2022 23:34 EEST Jaroslaw Rafa raj@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@rafa.eu.org
doveadm_password = secret
service doveadm { inet_listener http { port = 8080 } }
should allow you to use who
command over HTTP API.
Aki