Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Zimlets

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-11-2011, 02:01 AM
Partner (VAR/HSP)
 
Posts: 186
Default Social Zimlet HTTP ERROR 403

After upgrading from 6.0.x to 7.0.x the Social Zimlet didn't work anymore but was throwing error messages like:

Code:
HTTP ERROR 403
Problem accessing /service/proxy. Reason:
FORBIDDEN
I've investigated the reason and found that during the upgrade not all necessary settings for zimbraProxyAllowedDomains have been set.

The following script will add the needed settings for all COS' on the server:

Code:
#!/bin/bash
for cos in `zmprov gac`
do 
zmprov mc $cos +zimbraProxyAllowedDomains api.tr.im
zmprov mc $cos +zimbraProxyAllowedDomains *.webex.com
zmprov mc $cos +zimbraProxyAllowedDomains api.bit.ly
zmprov mc $cos +zimbraProxyAllowedDomains *.twitter.com
zmprov mc $cos +zimbraProxyAllowedDomains *.tweetmeme.com
zmprov mc $cos +zimbraProxyAllowedDomains *.whitepages.com
zmprov mc $cos +zimbraProxyAllowedDomains *.yimg.com
zmprov mc $cos +zimbraProxyAllowedDomains *.yahoo.com
zmprov mc $cos +zimbraProxyAllowedDomains *.digg.com
zmprov mc $cos +zimbraProxyAllowedDomains *.yahooapis.com
zmprov mc $cos +zimbraProxyAllowedDomains *.linkedin.com
zmprov mc $cos +zimbraProxyAllowedDomains twitter.com
zmprov mc $cos +zimbraProxyAllowedDomains *.facebook.com
zmprov mc $cos +zimbraProxyAllowedDomains *.zimbra.com
zmprov mc $cos +zimbraProxyAllowedDomains *.maxmind.com
zmprov mc $cos +zimbraProxyAllowedDomains *.csgnetwork.com
done
HTH
__________________
Best regards

Andreas Wolske

managedhosting.de GmbH

Zimbra Cloud Hosting, Consulting & Support
VMware vCloud Powered Serviceprovider
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.