Hi All,
I've done lots of searching for the solution to disabling the "View Mail" button (and option-click) for administrators. I find lots of threads with the following solution for version 6.
Code:
#zmprov ma user@domain.com zimbraIsDelegatedAdminAccount TRUE zimbraAdminConsoleUIComponents
cartBlancheUI
#zmprov grr global usr user@domain.com +adminConsoleRights
#zmprov grr global usr user@domain.com -adminLoginAs
However, when I do this on a Zimbra 7.1.1 install, the modified user can not create new accounts. The "New" button doesn't even exist. This appeared to be the same issue as mentioned in
this thread.
I attempted to apply the mentioned fix:
Code:
zmprov ma adminaccount@domain.com +zimbraAdminConsoleUIComponents domainListView
but it did not solve the problem.
Does anyone have any ideas how to remove the "View Mail" functionality in Zimbra 7 FOSS?
Thanks for any help!