Location where and how zimbra stores user session information - Eg: IP, browser

Revision as of 06:11, 16 August 2017 by Nbhagwat (talk | contribs) (Created page with "===<h1>Location where (and how) zimbra stores user session information - Eg: IP, browser</h1>=== <hr> <br> <h2>Problem:</h2> Locating where (and how) zimbra stores user sess...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Location where (and how) zimbra stores user session information - Eg: IP, browser



Problem:

Locating where (and how) zimbra stores user session information - Eg: IP, browser, etc

Solution:

This information is stored in the mailbox.log, as :

2015-05-19 09:18:14,671 INFO  [qtp662845511-6940538:http://117.114.5.44:80/service/upload?fmt=extended,raw] [name=user@example.com;mid=2429;ip=137.194.52.34;oip=157.119.49.4;ua=Mozilla/5.0 (Windows NT 6.1;; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36;] FileUploadServlet - Received plain: Upload: { accountId=xxxxxxx-xxxx-xxxx-xxxx-dxxxxxxexa, time=Tue May 19 09:18:14 IST 2015, size=6522832, uploadId=xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx:xxxxxx-xxxx-xxxx-xxxx-xxxxxxxx, name=testfile.pdf, path=/opt/zimbra/data/tmp/upload/upload_fxxxxxx_xxxxxxxxx__8000_0123456.tmp }

where,

http://117.114.5.44:80/service/upload?fmt=extended,raw

is service being accessed on the mailbox server, and shows the protocol being used as well

name=user@example.com

is the user name.

oip=157.119.49.4

is the IP of the user accessing the server

ua=Mozilla/5.0 (Windows NT 6.1;; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36

is the user agent being used. The user is using the Chrome browser.


"Shashank Tewari"

<stewari@zimbra.com>;

Jump to: navigation, search