Webmail use log

Discussion in 'General' started by Hagforce, Nov 10, 2010.

  1. Hagforce

    Hagforce New Member

    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.
     
  2. make-fun

    make-fun Member

    There is an option in
    Code:
    /home/admispconfig/ispconfig/web/roundcubemail/config/main.inc.php
    PHP:
    // Log successful logins
    #$rcmail_config['log_logins'] = false;
    $rcmail_config['log_logins'] = true;
    which will then write logs to:
    Code:
    /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
     
    Last edited: Nov 11, 2010
  3. Hagforce

    Hagforce New Member

    Thank you! :D
     

Share This Page