Roundcube Community Forum

 

logon events, mobile theme

Started by deramik, November 18, 2010, 09:07:38 AM

Previous topic - Next topic

deramik

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

JohnDoh

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
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

deramik

Thank you.
Quote from: JohnDoh;31393there are a couple of different plugins you can try
Can you tell names of they?

deramik

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?

JohnDoh

plugins are here: Plugin_Repository ? Roundcube Webmail

logs are saved in /logs/userlogins by default
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...