ZCS 4.5 HTTP Proxy Guide: Difference between revisions

No edit summary
(Adding 4.5 Template)
Line 1: Line 1:
{{4.5}}
== Using an HTTP Proxy for requests outbound from the Zimbra Server ==
== 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 page describes how to use an http proxy for web services requests made FROM you zimbra webmail server.   

Revision as of 04:49, 30 January 2008

ZCS 4.5 Article ZCS 4.5


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 [bug 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