Quote:
Originally Posted by carnold Just follow the first post and you should be fine. |
Umm...the first post has no instructions for Zimbra 5 with Jetty, it assumes Zimbra 4 with tomcat...
I found this solution:
Binding Zimbra to a particular IP
Search for "particular IP" in that page. Or, here are the instructions:
- edit /opt/zimbra/mailboxd/etc/jetty.xml.in
add <Set name="Host">your-ip-address</Set> to the HTTP connector - edit /opt/zimbra/mailboxd/etc/zimbra.web.xml.in
uncomment zimbra.soap.url, change localhost:7070 to your-ip-address - edit /opt/zimbra/mailboxd/etc/zimbraAdmin.web.xml.in
uncomment zimbra.soap.url, change localhost:7070 to your-ip-address - su - zimbra
- zmcontrol stop
- zmcontrol start
It works for me!