On Tue, 15 Jan 2002 14:39:03 -0500
Lawrence Greenfield <[EMAIL PROTECTED]> wrote:

> You're authenticating as an administrative user?

Yes. I have admins: cyrus line in imapd.conf.
 
> So for my mailbox, cyradm should be like:
> mail1.andrew.cmu.edu> lm user.leg
> user.leg (\HasChildren)  
> mail1.andrew.cmu.edu> 

$ cyradm -u cyrus imap
IMAP Password: 
              imap> 
imap> cm test
imap> sam test test all
imap> sam test cyrus all
imap> lm test
test (\HasNoChildren)


$ telnet imap 24
Trying 192.168.200.4...
Connected to imap.
Escape character is '^]'.
220 mail.animeslovenija.org LMTP Cyrus v2.1.1 ready
lhlo feather2.animeslovenija.org
250-mail.animeslovenija.org
250-8BITMIME
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-SIZE
250-AUTH EXTERNAL
250 IGNOREQUOTA
mail from:<[EMAIL PROTECTED]>
250 2.1.0 ok
rcpt to:<test>
550 5.1.1 User unknown
quit
221 2.0.0 bye
Connection closed by foreign host.


> Do the log files have anything interesting?

on debug level, nothing.


strace of lmtp process is equally noninformative:

read(0, "rcpt to:<test>\r\n", 4096)     = 16
select(1, [0], NULL, NULL, {0, 0})      = 0 (Timeout)
write(1, "550 5.1.1 User unknown\r\n", 24) = 24


-- 


Jure Pecar

Reply via email to