We also had a that kind of problem with a lot of zimlets and finally found the answer. (thanks to klug)
zimlets connect to internet via an internal proxy included in zcs.
You must setup this proxy to allow external domains to talk with zimlets. YOu must do this for each COS.
Exemple for BabelFish zimlet : it needs to reach *.yahoo.com...
let's see what's is already setup :
zmprov gc <yourcosname> | grep zimbraProxyAllowedDomains
To allow domain (here with 2 domains in the same command) :
zmprov mc <yourcosname> zimbraProxyAllowedDomains *.yahoo.com zimbraProxyAllowedDomains *.zimbra.com
let me know if it helps. |