So ....... hmmmmmm ....... I seem to
have borked this thing pretty good right now. I fussed with some port numbers as spelled-out here:
Configuring Perdition - ZimbraWiki
and am now not able to connect to IMAP4s so checked the listening ports & sure enough, it is listening on the ports the old proaxy was configured to listen on, but not the default ports for imap & pop. When I try to change those, I get this:
[zimbra@jefferson conf]$ zmprov ms jefferson.cascadetelephony.com zimbraPop3BindPort 110 zimbraImapBindPort 143 zimbraPop3SSLBindPort 995 zimbraImapSSLBindPort 993
ERROR: service.INVALID_REQUEST (invalid request: port 993 conflict between zimbraImapSSLBindPort and zimbraImapSSLProxyBindPort on server jefferson.cascadetelephony.com)
[zimbra@jefferson conf]$
I wonder why it wont "take" my change. When I run this:
[root@jefferson conf]# /opt/zimbra/bin/zmprov ms jefferson.cascadetelephony.com zimbraPop3ProxyBindPort "" zimbraImapProxyBindPort "" zimbraPop3SSLProxyBindPort "" zimbraImapSSLProxyBindPort ""
For reference, I am seeing this right now:
[zimbra@jefferson conf]$ zmprov getServer jefferson.cascadetelephony.com | grep -i port
zimbraAdminPort: 7071
zimbraImapBindPort: 7143
zimbraImapProxyBindPort: 143
zimbraImapSSLBindPort: 7993
zimbraImapSSLProxyBindPort: 993
zimbraLmtpBindPort: 7025
zimbraMailPort: 8080
zimbraMailSSLPort: 4443
zimbraNotifyBindPort: 7035
zimbraNotifySSLBindPort: 7036
zimbraPop3BindPort: 7110
zimbraPop3ProxyBindPort: 110
zimbraPop3SSLBindPort: 7995
zimbraPop3SSLProxyBindPort: 995
zimbraRemoteManagementPort: 22222
zimbraSmtpPort: 25
Any and all advice is greatly appreciated. Thanks for the advice on getting imap & pop back to the default ports. I still need to repair my commercial cert', I suppose, once I do, but that is livable considering this mess I made.