Hi,
> Is service /etc/init.d/cyrus started ?
I started it with service cyrus start, but here is screen dump of 
netstat: # netstat -pevan |grep cyrus
---
tcp        0      0 0.0.0.0:995             0.0.0.0:* 
LISTEN      0          286002     11674/cyrus-master
tcp        0      0 0.0.0.0:2000            0.0.0.0:* 
LISTEN      0          286004     11674/cyrus-master
unix  2      [ ACC ]     STREAM     LISTENING     286006 
11674/cyrus-master  /var/spool/cyrus-imap/socket/lmtp
unix  2      [ ACC ]     STREAM     LISTENING     285713 11554/master 
      private/old-cyrus
unix  2      [ ACC ]     STREAM     LISTENING     285717 11554/master 
      private/cyrus
unix  2      [ ]         DGRAM                    285990 11674/cyrus-master
---
> I don't see anything wrong with connecting.
> And as per your saying, saslauthd has already been started, right? Check 
> if they are running.
And here is screen dump for sasl: # netstat -pevan |grep sasl
---
unix  2      [ ACC ]     STREAM     LISTENING     285539 11495/saslauthd 
     /var/run/saslauthd/mux
unix  2      [ ]         DGRAM                    285538 11495/saslauthd
---

And here is the rest: # cyradm -u cyrus localhost
cyradm: cannot connect to server

But then I tried to uncomment other service lines in my cyrus.conf
and restarted cyrus.
---
tcp        0      0 0.0.0.0:993             0.0.0.0:* 
LISTEN      0          287695     11744/cyrus-master
tcp        0      0 0.0.0.0:995             0.0.0.0:* 
LISTEN      0          287699     11744/cyrus-master
tcp        0      0 0.0.0.0:110             0.0.0.0:* 
LISTEN      0          287697     11744/cyrus-master
tcp        0      0 0.0.0.0:143             0.0.0.0:* 
LISTEN      0          287693     11744/cyrus-master
tcp        0      0 0.0.0.0:2000            0.0.0.0:* 
LISTEN      0          287701     11744/cyrus-master
unix  2      [ ACC ]     STREAM     LISTENING     287703 
11744/cyrus-master  /var/spool/cyrus-imap/socket/lmtp
unix  2      [ ACC ]     STREAM     LISTENING     285713 11554/master 
      private/old-cyrus
unix  2      [ ACC ]     STREAM     LISTENING     285717 11554/master 
      private/cyrus
unix  2      [ ]         DGRAM                    287681 11744/cyrus-master
---
And now, it is working! I did not realize that the imap service is 
essential for log into cyradm...

Thanks for your point.

--
Jaroslav Vrbicky
_______________________________________________
tsl-discuss mailing list
[email protected]
http://lists.trustix.org/mailman/listinfo/tsl-discuss

Reply via email to