Hi, I have a problem. I start /usr/cyrus/bin/master and I make a netstat with the next answer: # netstat -a | grep imap *.imap *.* 0 0 24576 0 LISTEN localhost.32886 localhost.imap 32768 0 32768 0 ESTABLISHED localhost.imap localhost.32886 32768 0 32768 0 ESTABLISHED 30001c1f448 stream-ord 30002b0dc90 00000000 /var/imap/socket/lmtp
But when I'am testing only appear: # telnet 127.0.0.1 143 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. or # imtest -m login localhost C: C01 CAPABILITY My /etc/imapd.conf contains: configdirectory: /var/imap partition-default: /var/spool/imap admins: cyrus sasl_pwcheck_method: pwcheck My configure for SASL: ./configure --with-pwcheck=/var/pwcheck --enable-login \ --without-saslauthd --enable-plain --disable-krb4 --disable-gssapi and for Cyrus-Imap: ./configure --with-dbdir=/opt/sfw --with-sasl=/usr/local/lib --includedir=/ usr/local/include \ --with-cyrus-user=cyrus \ --with-cyrus-group=mail \ --with-auth=unix ¿Any idea? Ana.