View Single Post
  #75 (permalink)  
Old 10-28-2009, 04:32 AM
tdesorbaix tdesorbaix is offline
Zimlet Guru & Moderator
 
Posts: 265
Exclamation Attention!

Quote:
Originally Posted by yqu View Post
Have you tried to run

zmprov mc default zimbraProxyAllowedDomains "*"

It is required to get zimlet working.
Take care with this command :
Code:
zmprov mc default zimbraProxyAllowedDomains "*"
You should use it only for dev purposes. Also, the correct command is :
Code:
zmprov mc default +zimbraProxyAllowedDomains "*"
Don't forget the "+", or you will erase all the allowed domains values.

For those installing the zimlet, not for dev purposes, they should use something like this :
Code:
zmprov mc default +zimbraProxyAllowedDomains "*.mydomain.com"
with mydomain.com being the domain for your alfresco.
Reply With Quote