PDA

View Full Version : Webmail use log


Hagforce
10th November 2010, 10:50
Hi

I have a webmail user witch think another person is reading his mail.
When I checked the maillog from dovecot I found a lot of logins from 127.0.0.1
So I asked, and he uses webmail.

Is there any way to find out witch IP addresses have logged in to webmail with a specific user name? :confused:

This is Roundcube webmail.

make-fun
11th November 2010, 04:26
There is an option in/home/admispconfig/ispconfig/web/roundcubemail/config/main.inc.php

// Log successful logins
#$rcmail_config['log_logins'] = false;
$rcmail_config['log_logins'] = true;

which will then write logs to:/home/admispconfig/ispconfig/web/roundcubemail/logs
[28-Oct-2010 06:32:45 +0200]: Successful login for webxxx@localhost (id 99xxx) from 123.123.123.123

Too late for what's been going on, but you could turn it on see from now on ;-)

Not sure of your OS and RC version, but you should find it ;-)

Cheers

Hagforce
11th November 2010, 08:14
Thank you! :D