Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: deramik on November 18, 2010, 09:07:38 AM

Title: logon events, mobile theme
Post by: deramik on November 18, 2010, 09:07:38 AM
Hello.
I have 2 questions:
1. Can I (administrator of RoundCube) see events of logon (successfull or not) to webmail?
Some info I can see in table "sessions", but there is no info about username (just session id) and it has a little size (as far as I can see - just a day).
2. Theme for mobilephone users without ajax (for possible to read mail from opera mini, or any other simple mobile browsers). Is it possible?

Thanks
Title: logon events, mobile theme
Post by: JohnDoh on November 19, 2010, 03:21:23 AM
Quote1. Can I (administrator of RoundCube) see events of logon (successfull or not) to webmail?

setting `$rcmail_config['log_logins'] = true;` in your config and if you want more info about failed login attempts there are a couple of different plugins you can try
Title: logon events, mobile theme
Post by: deramik on November 19, 2010, 04:01:40 AM
Thank you.
Quote from: JohnDoh;31393there are a couple of different plugins you can try
Can you tell names of they?
Title: logon events, mobile theme
Post by: deramik on November 19, 2010, 05:01:09 AM
Quote from: JohnDoh;31393setting `$rcmail_config['log_logins'] = true;` in your config and if you want more info about failed login attempts there are a couple of different plugins you can try

where logs are saved?
Title: logon events, mobile theme
Post by: JohnDoh on November 20, 2010, 04:57:15 AM
plugins are here: Plugin_Repository ? Roundcube Webmail (http://trac.roundcube.net/wiki/Plugin_Repository)

logs are saved in /logs/userlogins by default