2 Jul
2014
2 Jul
'14
5:16 p.m.
Am 02.07.2014 16:10, schrieb Jonathan Tripathy:
On 2014-07-02 15:04, Reindl Harald wrote:
Am 02.07.2014 16:01, schrieb ihab:
i using roundcube with dovecot, i have a question if there is possible to know the number of users that using the mail system (in other word the online users)
no - how do you imagine that?
- roundcube is a web-application
- HTTP is stateless
- so there are no permanent connections
It is possible as Roundcube does have its own session management, which you could maybe hook into
first: why do you respond off-list?
second: any of such magic is outside of dovecots scope
and from security point of view you don't want user-login-sessions dealing with other users session infos and any smart session-backend is doing what it can to prevent from such a breach