Down incident resolved - marking solved.
Trying to change pop settings for an auth error (still investigating that/will put in other thread) he enabled proxy & changed the port as well as the bind address:
Quote:
Zimbra server reserving server socket port=7110 bindaddr=toqen.com ssl=false
Fatal error: exception while binding to ports
|
Commands I ran:
Quote:
zmprov -l ms `zmhostname` -zimbraServiceEnabled imapproxy
zmprov -l ms `zmhostname` -zimbraServiceInstalled imapproxy
zmprov -l ms `zmhostname` zimbraPop3BindPort 110 zimbraPop3SSLBindPort 995 zimbraPop3ProxyBindPort 7110 zimbraPop3SSLProxyBindPort 7995 zimbraImapBindPort 143 zimbraImapSSLBindPort 993 zimbraImapProxyBindPort 7143 zimbraImapSSLProxyBindPort 7993
zmprov -l ms `zmhostname` zimbraPop3BindAddress ''
zmcontrol stop
zmcontrol start
|