Thread: PHP Script Auth
View Single Post
  #4 (permalink)  
Old 04-08-2008, 03:24 PM
mmorse mmorse is offline
Moderator
 
Posts: 6,237
Default

Quote:
Originally Posted by tjpatter View Post
Now if only I could find a way to make Zimbra redirect to my custom front-end page upon logout... Any ideas?
su - zimbra
zmprov mcf zimbraWebClientLogoutURL http://www.zimbra.com
or
zmprov md domain.com zimbraWebClientLogoutURL http://www.zimbra.com

I believe for the zimbraWebClientLogoutURL to work, you might need to create a virtual domain for all possible redirects:
zmprov md domain.com +zimbraVirtualHostname http://www.zimbra.com
(You can do this from the admin console gui as well.)
It should come right up, but a zmmailboxdctl restart may be needed.
Reply With Quote