View Single Post
  #7 (permalink)  
Old 04-12-2008, 08:05 PM
fireman949 fireman949 is offline
Intermediate Member
 
Posts: 20
Default

Just a quick update on this for 5.0.4 GA:

I had to modify one line (2 if running SSL) from the standard jetty.xml.in.

in /opt/zimbra/mailboxd/etc/jetty.xml.in :

Find this section :

<!-- user services connector, no SSL -->
<!-- HTTPBEGIN -->

Look for this line :

<Set name="confidentialPort">%%zimbraMailSSLPort%%</Set>

Insert this line below it:

<Set name="Host">10.10.52.125</Set> (where 10.10.52.125 is the primary IP of your server)

Repeat for the SSL section with these tags (only necessary if using SSL)

<!-- user services connector, SSL -->
<!-- HTTPSBEGIN -->
Reply With Quote