Steps to make AdminConsole Proxy URL Port 9071 Link Accessible from Webclient

Revision as of 09:22, 14 August 2017 by Nbhagwat (talk | contribs) (Created page with "=== <h1>Steps_to_make_AdminConsole_Proxy_URL_Port_9071_Link_Accessible_from_Webclient </h1> === <hr> <br> <h2>Problem:- </h2> Admin Console link on webclient for Admin accoun...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Steps_to_make_AdminConsole_Proxy_URL_Port_9071_Link_Accessible_from_Webclient



Problem:-

Admin Console link on webclient for Admin accounts is broken.

Solution:-

By default "Admin Console" link on webclient redirects to port 7071. If zimbra proxy configured and AdminConsole port set to 9071 then we have to configure attribute "zimbraWebClientAdminReference" with Admin URL and correct port.

With the help of following command we can configure "zimbraWebClientAdminReference":-

su - zimbra
zmprov mcf zimbraWebClientAdminReference "https://mail.example.com:9071"
zmprov fc -a all

After running above command check URL redirection. If it still not redirects to 9071 port then clear the cache on all servers using "zmprov fc -a all" or restart the mailbox service on all mailbox servers and then check again.

Jump to: navigation, search