At 11:26 AM 9/27/2002, Ken Murchison wrote: > > # ./deliver jsd > > jsd: Mailbox does not exist > > # cyradm --user cyrus localhost > > IMAP Password: > > localhost.spot.com> lm > > jsd (\HasNoChildren) > > > > what am i missing? > >Run 'deliver -l' as the cyrus user (that's a lowercase L, not a one), >then: > >LHLO foo >MAIL FROM:<[EMAIL PROTECTED]> >RCPT TO:<[EMAIL PROTECTED]> >DATA >FROM: <[EMAIL PROTECTED]> >TO: <[EMAIL PROTECTED]> >SUBJECT: LMTP test > >bla, blah >. >QUIT > > >And see what happens. You might also want to try RCPT TO:<jsd> and see >if it makes a difference.
%id uid=60(cyrus) gid=60(cyrus) groups=60(cyrus) %./deliver -l 220 rs2.spot.com LMTP Cyrus v2.1.9 ready LHLO foo 250-rs2.spot.com 250-8BITMIME 250-ENHANCEDSTATUSCODES 250-PIPELINING 250-SIZE 250-AUTH EXTERNAL 250 IGNOREQUOTA MAIL FROM:<[EMAIL PROTECTED]> 250 2.1.0 ok RCPT TO:<[EMAIL PROTECTED]> 550-Mailbox unknown. Either there is no mailbox associated with this 550-name or you do not have authorization to see it. 550 5.1.1 User unknown RCPT TO:<jsd> 550-Mailbox unknown. Either there is no mailbox associated with this 550-name or you do not have authorization to see it. 550 5.1.1 User unknown where do i look next? -jsd-