Cyrus IMAP: Unable to connect to remote host: Connection refused

Posted by Nick on Server Fault See other posts from Server Fault or by Nick
Published on 2010-04-15T21:45:33Z Indexed on 2010/04/15 21:53 UTC
Read the original article Hit count: 507

Filed under:
|
|
|
|

I'm working on setting up a Cyrus 2.2 IMAP server on Ubuntu Server 9.04.

If I telnet from the server itself:

# telnet localhost imap

I get:

* OK IMAP Cyrus IMAP4 v2.2.13-Debian-2.2.13-14ubuntu3 server ready

Which is what I should be seeing. If I try from another machine on the network:

telnet 192.168.5.122 imap

I get:

telnet: Unable to connect to remote host: Connection refused

To the best of my knowledge, there is no firewall running on the box. I've tried restarting the saslauthd and cyrus2.2 daemons, with no effect.

What else can I try?

© Server Fault or respective owner

Related posts about ubuntu

Related posts about ubuntu-server