Quote:
|
Originally Posted by slylos Thanks for this post, that is exactly what I'm looking for. The Zimbra server wouldn't be on the same server as our web server, the problem only exists because of access outside the firewall (i.e. our websites are public). No one on the same network would have a problem. I just need to change some things around for the sake of the rules on our PIX, while leaving our web server intact. |
One other thing you'll have to do is make sure you turn off the forwarding for port 80 to the ZCS tomcat instance.
Edit /opt/zimbra/bin/zmiptables, and take out the 80 => 7070 forwarding, then run:
zmiptables -u
zmiptables -i
for the change to take effect.