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