Log user database access

Hi at all,

I’m finding for a solution for mailbox database access tracking.

I need some tool that logs in a database date, time, client name who’s accessing databases.

Any suggestion for my problem?

Thanks in advance,

Subject: Log user database access

A simple solution is to add a QueryOpen Event to each database you want to track. In that event send a document to a mail-in DB. The document can contain Username, Database name, Date, time and anything else you might want. Then in the mail-in DB you can create any views that you want to organize the responses.It’s a bit of a pain to add the Queryopen to each mail DB but that could be accomplished by changing the Mail Template, but remember when you upgrade/update your Domino server you will have to make the change again.

Subject: Log user database access

AuditLog is a tool that works on server-side and does not require any changes in databases or installation on clients: http://www.dysant.com/site/en/ToAuEssenc/show.html

Subject: Log user database access

Audit Manager from www.openntf.org

JYR