Yes it is Linux. Yes it is running. This is the output of the netstat -lnp --inet:
Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:513 0.0.0.0:* LISTEN 71/inetd tcp 0 0 0.0.0.0:514 0.0.0.0:* LISTEN 71/inetd tcp 0 0 0.0.0.0:515 0.0.0.0:* LISTEN 79/lpd Waiting tcp 0 0 0.0.0.0:37 0.0.0.0:* LISTEN 71/inetd tcp 0 0 0.0.0.0:587 0.0.0.0:* LISTEN 196/sendmail: accep tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 71/inetd tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 71/inetd tcp 0 0 0.0.0.0:79 0.0.0.0:* LISTEN 71/inetd tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 71/inetd tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 60/rpc.portmap tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 98/httpd tcp 0 0 0.0.0.0:113 0.0.0.0:* LISTEN 71/inetd tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 71/inetd tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 75/sshd tcp 0 0 0.0.0.0:23 0.0.0.0:* LISTEN 71/inetd tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 196/sendmail: accep tcp 0 0 0.0.0.0:1818 0.0.0.0:* LISTEN 101/perl udp 0 0 0.0.0.0:512 0.0.0.0:* 71/inetd udp 0 0 0.0.0.0:518 0.0.0.0:* 71/inetd udp 0 0 192.168.0.20:137 0.0.0.0:* 74/nmbd udp 0 0 0.0.0.0:137 0.0.0.0:* 71/inetd udp 0 0 192.168.0.20:138 0.0.0.0:* 74/nmbd udp 0 0 0.0.0.0:138 0.0.0.0:* 74/nmbd udp 0 0 0.0.0.0:10000 0.0.0.0:* 101/perl udp 0 0 0.0.0.0:37 0.0.0.0:* 71/inetd udp 0 0 0.0.0.0:111 0.0.0.0:* 60/rpc.portmap -----Original Message----- From: Wil Cooley [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 1:34 PM To: Brian Jackson Cc: [EMAIL PROTECTED] Subject: Re: Not exactly started Also Sprach Brian Jackson <[EMAIL PROTECTED]> on Fri, Apr 26, 2002 at 09:48:36AM PDT > I have just installed Cyrus and can't get the everything working quite > right. If I try to connect into the IMAP server from a client I get a > timeout. If I try to telnet to the imap port on the server I get this > message: > > telnet 192.168.0.xx 143 > Trying 192.168.0.xx... > Connected to 192.168.0.xx. > Escape character is '^]'. > Connection closed by foreign host. > > It happens all at the same time. > > I didn't have any errors during the installation that I remember other > than I couldn't run the cyradm program to add the users but I don't > think that would be affecting me yet. I can't even get far enough to > login. > > SysInfo: > Cyrus ver 2.1.3 > Sasl ver 2.1.2 I hate to ask the obvious, but are you sure it's running? If it's running, is it listening on the port? What OS is this on? If Linux, running 'netstat -lnp --inet' as root will tell you what is listening. Wil -- W. Reilly Cooley [EMAIL PROTECTED] Naked Ape Consulting http://nakedape.cc * Linux and Network Consulting * irc.linux.com #orlug,#lnxs "An idealist is one who, on noticing that a rose smells better than a cabbage, concludes that it will also make better soup." - H.L. Mencken
