View Single Post
  #4 (permalink)  
Old 09-14-2009, 09:51 AM
xrickung xrickung is offline
Member
 
Posts: 13
Default

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.
Reply With Quote