
Originally Posted by
uxbod
You are correct in your assumption Dan

My exposure to this sort of functionality has come through SOX gap analysis. And yes it should be optional as not everybody would require it. Perhaps it would suffice if the source user and target mailbox were just logged, so in the event of somebody querying it could be checked?
Hmmm, got me thinking now. Does ZM log when a mailbox has been accessed ? perhaps this could be shown on the email page of the webclient/desktop above the amount of storage used ?
Just a note about the logging of said access that a lot of you might be intereseted in:
Code:
/opt/zimbra/log/audit.log
This file stores a log of all admin actions taken as well as logins to the server.
Code:
grep DelegateAuth /opt/zimbra/log/audit.log
This will show you all uses of the "View Mail" button.
This log file keeps track of the IP address, User Agent of the browser, User that the admin is logged in as, and the account that they are viewing.
Hope this helps somebody...