View Single Post
  #1 (permalink)  
Old 02-22-2009, 06:53 AM
wangawei wangawei is offline
Starter Member
 
Posts: 2
Wink [SOLVED] I have removed the "view user's mail" button?

hi,

I found a config js file : /opt/zimbra/jetty/webapps/zimbraAdmin/js/Admin_all.js

768: ZaSettings.ACCOUNTS_VIEW_MAIL_ENABLED = true;

I change it to false,
ZaSettings.ACCOUNTS_VIEW_MAIL_ENABLED = false;

then , I re-zip this file to Admin_all.js.zgz and reboot my server ,

so , I found the "View user's mail" button disapper from admin webpage,

I want to know if there is a problem or harm for my server ? thanks for any answer!
Reply With Quote