Ideally you should not need to edit it. Did you try the admin UI on port 7071? I just looked at the templates in a 3.1 install which are: /opt/zimbra/tomcat/conf and they seem to have the right vars.
What does zmprov gs SERVER return for all the ports?
[zimbra@roadshow conf]$ zmprov gs zimbra.example.com | grep -i port
zimbraAdminPort: 7071
zimbraImapBindPort: 143
zimbraImapSSLBindPort: 993
zimbraLmtpBindPort: 7025
zimbraMailPort: 80
zimbraMailSSLPort: 443
zimbraPop3BindPort: 110
zimbraPop3SSLBindPort: 995
zimbraRemoteManagementPort: 22
zimbraSmtpPort: 25
You'll notice the adminport is different from the mail ssl port. Which makes me think you may not have changed that one. |