Jon Drukman wrote:
> 
> ok i'm just getting started, and i finally got authentication working (i
> think).  however now i can't get mailboxes to accept mail.  all mail
> bounces with "550 Mailbox unknown" --
> 
> Sep 27 10:33:21 rs2 postfix/lmtp[74804]: 43E39269ED: to=<[EMAIL PROTECTED]>,
> relay=/var/imap/socket/lmtp[/var/imap/socket/lmtp], delay=0, status=bounced
> (host /var/imap/socket/lmtp[/var/imap/socket/lmtp] said: 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)
> 
> # ./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.

Ken
-- 
Kenneth Murchison     Oceana Matrix Ltd.
Software Engineer     21 Princeton Place
716-662-8973 x26      Orchard Park, NY 14127
--PGP Public Key--    http://www.oceana.com/~ken/ksm.pgp

Reply via email to