User mail box identification

Is there is a way to find out programmatic which user accesses which mailbox from which server, at any point of time

Subject: …

Can you explain a little further? I didn’t underestand the “from which server” part since a user will connect from a client.

There is a new setting in Domino 8.5 I think (Or maybe 8.0) that allows you to record the IP of the connection being made. (In the log)

After that, you could try to check the database users view in the Administrator every X minutes and save it to file. Then, match it with the log to find the connections and everything else.

Just an idea.

I am no developer but I guess you could run something with that.

Subject: Clarification

Thanks Sebastian for your reply…I meant, i have 2 domino server setup within domino cluster, we are planning to test the load balancing between these servers, during this we were thinking of if by any way if we can identify the the mail user connected to which domino server ( main/backup) from the cluster…let me know if you need more details.