Newbie Q's: Mailbox not found

Jon Drukman jsd at cluttered.com
Fri Sep 27 14:34:56 EDT 2002


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:<foo at bar.com>
>RCPT TO:<jsd at rs2.spot.com>
>DATA
>FROM: <foo at bar.com>
>TO: <jsd at rs2.spot.com>
>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:<foo at bar.com>
250 2.1.0 ok
RCPT TO:<jsd at rs2.spot.com>
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-





More information about the Info-cyrus mailing list