ZCS 4.5 HTTP Proxy Guide

Revision as of 04:46, 15 February 2007 by Marcmac (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Using an HTTP Proxy for requests outbound from the Zimbra Server

This page describes how to use an http proxy for web services requests made FROM you zimbra webmail server.

This is described in [5615]

To accomplish this, you'll set the zimbraHttpProxyURL attribute; it can be set either globally

zmprov mcf zimbraHttpProxyURL URL

or per-server.

zmprov ms SERVERNAME zimbraHttpProxyURL URL

the URL is normally just that:

 http://proxyhost:proxyport

the URL can contain authentication information, optionally

http://user:pass@proxyhost:proxyport


Once set, restart tomcat:

 tomcat start
Jump to: navigation, search