I am trying to implement Zimbra web client logout redirection to cause the Zimbra web client to redirect to a particular URL at logout rather than returning to the login page.
I have found a couple of posts talking about the use of the configuration attribute "zimbraWebClientLogoutURL" used with zmprov.....
for a particular domain;
zmprov md domainname.com zimbraWebClientLogoutURL http://www.redirdomain.com/
or as a global option;
zmprov mcf zimbraWebClientLogoutURL http://www.redirdomain.com/
There is also some mention of the adding the redirected domain name as a virtual domain associated with the domain name from which you are redirecting. However, I have not been able to get this to work. I have had to modify the login.jsp page (/opt/zimbra/mailboxd/webapps/zimbra/public/login.jsp) which should get the config attribute using getDomainInfo and hard code the redirect URL.
This means I must be missing something obvious. Can anyone help?
Thanks.


LinkBack URL
About LinkBacks

