Get a list of currently active IMAP connections?

Aki Tuomi aki.tuomi at open-xchange.com
Tue Aug 16 20:37:05 UTC 2022


> 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.org

doveadm_password = secret

service doveadm {
  inet_listener http {
     port = 8080
  }
}

should allow you to use `who` command over HTTP API. 

Aki


More information about the dovecot mailing list