Quote:
Originally Posted by phlunkie |
This is the solution in case anybody wanders in here looking:
1. Set zimbra to use the port you want:
zmprov ms mail.sect.net zimbraMailPort 81
zmprov ms mail.sect.net zimbraMtaAuthHost mail.sect.net
2. Do this to your apache vhosts:
ServerName mail.sect.net
ServerAdmin blah@blahblahblah.net
ProxyPass / Zimbra Collaboration Suite Log In
ProxyPassReverse / Zimbra Collaboration Suite Log In
ErrorLog logs/zimbra-error.log
CustomLog logs/apache/zimbra-access.log common
All done. Now everything runs swimmingly all on one server. No port conflicts, and the access method is much preferred to ugly / weird URLs.
If anybody wants to do this, you will need to know how to use Apache, configure it, install mods, etc. RTFM for that.