Quote:
Originally Posted by xrickung Thanks rrao,
I've tried that but still can't get any more clue about what's going on.
In the debug window, when dropping an email to the zimlet I will receive these two lines Code: reusing RPC ID __RpcCtxt_0
--- freeing rpcCtxt __RpcCtxt_0 (Do you know what this means?)
And in the Dev mode, the previous error has changed to Code: TypeError: result.xml is null ("result" is the name of a variable)
In firebug
HTTP ERROR: 403 FORBIDDEN
Anyway, a few sites suggested this could be a problem with servlet proxy but I have also tried Code: zmprov gc default |grep zimbraProxyAllowedDomains which gave me Code: zimbraProxyAllowedDomains: *.yahooapis.com
zimbraProxyAllowedDomains: *.mycompany.net
zimbraProxyAllowedDomains: *.csgnetwork.com
zimbraProxyAllowedDomains: *.yahoo.com
zimbraProxyAllowedDomains: *.maxmind.com
zimbraProxyAllowedDomains: *.yimg.com have you got any idea about what else i can check to debug/fix it better?
Thanks. |
403 means, Zimlet is trying to access a site which is not in zimbraProxyAllowedDomains or not explicitly allowed.
If you already have it,
1. Check for spelling mistakes
2. if you are accessing:
Test.com Web Based Testing and Certification Software v2.0 and
Test.com Web Based Testing and Certification Software v2.0
try adding both: test.com and *.test.com
Also:
1. Increment the "version" number of the <zimletname>.xml
2. Deploy the Zimlet (undeploy and deploy the Zimlet)
Finally, install Firebug for Firefox, it would help you a lot.
Turn ON Firebug, and go to Console-tab in Firebug.
Open Zimbra and see see when Zimlet tries to access this extenal site.