View Single Post
  #9 (permalink)  
Old 06-29-2009, 09:09 AM
baz-the-brit baz-the-brit is offline
Member
 
Posts: 10
Default

Quote:
Originally Posted by phoenix View Post
OK, what you've actually done is enabled the IMAP proxy service, access to IMAP on your Zimbra server should have been enabled by default unless someone changed it. Follow the stops in this wiki article: Configuring Perdition - Zimbra :: Wiki - make sure you do each step including the initial one to stop perdition, when you've done that your server should be OK.
Hi Phoenix
Thanks for the help. Unfortunately I got tripped at the first hurdle with 'connection refused' errors. Below is what happened - I had to edit our server name for privacy reasons, no offense intended.

[zimbra@mail2 root]$ /opt/zimbra/bin/zmcontrol status
Host mail2.server_name.com
antispam Running
antivirus Running
imapproxy Running
ldap Running
logger Running
mailbox Stopped
tomcat is not running
mta Running
snmp Running
spell Running
stats Running
[zimbra@mail2 root]$ zmperditionctl stop
Stopping imap4
Stopping imap4s
Stopping pop3
Stopping pop3s
[zimbra@mail2 root]$ zmprov ms mail2.server_name.com zimbraPop3ProxyBindPort 110 zimbraImapProxyBindPort 143 zimbraPop3SSLProxyBindPort 995 zimbraImapSSLProxyBindPort 993
[] INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
[] INFO: Retrying request
[] INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
[] INFO: Retrying request
[] INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
[] INFO: Retrying request
ERROR: zclient.IO_ERROR (invoke Connection refused, server: localhost) (cause: java.net.ConnectException Connection refused)

Any ideas? Should I be doing it as root instead of zimbra user?

thanks
Baz
Reply With Quote