I've comiled and installed everything according to the instructions, I ran /usr/local/cyrus/bin/master& and it is running, but when I attempt to connect to port 143, I get a connection refused. I do have the proper imap lines in /etc/services, and popd works fine:
telnet localhost 143 /usr/local/src/cyrus/imapd-2.1.3/doc Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused telnet localhost 110 /usr/local/src/cyrus/imapd-2.1.3/doc Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. +OK mars Cyrus POP3 v2.1.3 server ready <1309844903.1018318377@mars> Any ideas what could be going on? I don't see anything in the /var/log/imapd.log that could indicate a problem. I've got the following in /etc/imapd.conf: configdirectory: /var/imap partition-default: /var/spool/imap admins: micah sasl_pwcheck_method: saslauthd (saslauthd is running)... Thanks! Micah