Roundcube Community Forum

Release Support => Release Discussion => Topic started by: amolmeghe on November 03, 2016, 01:32:19 AM

Title: Roundcube Webmail 1.1.4 --- List the logged in Users
Post by: amolmeghe on November 03, 2016, 01:32:19 AM
Hello,

I am using Roundcube Webmail 1.1.4, how to check the logged in users in Roundcube mail.


Thanks in Advance!
Title: Re: Roundcube Webmail 1.1.4 --- List the logged in Users
Post by: rm13 on November 11, 2016, 12:25:16 AM
There is a last login time in the database. You could write some SQL to fetch that.

Or you could deal with the IMAP server and or its logs to see when someone last logged in or appears connected. E.g. doveadm who for Dovecot.
Title: Re: Roundcube Webmail 1.1.4 --- List the logged in Users
Post by: amolmeghe on November 12, 2016, 06:19:27 AM
Many thanks for the help!!