lmtp through tcp doesn't find the mailbox
    Matt Baker 
    m at wheres.co.uk
       
    Mon Oct  9 15:55:12 EDT 2006
    
    
  
You're using
unixhierarchysep: true
so you need to use slashes instead of "."s. e.g
cm user/test
test.de is the default so you don't need the domain part here.
to make a mailbox on a non-default domain
cm user/test at blah.com
a sub folder
cm user/test at blah.com/Sent
Those suggestions came from my first google search. 
http://cyrusimap.web.cmu.edu/imapd/install-virtdomains.html
Do you think you could keep this problem to the same thread/subject please?
Cheers,
Matt
Marten Lehmann wrote:
> Hello,
> 
> I tried to create mailboxes with cyradm (user.test at test.de and 
> test at test.de). But when I'm doing a lmtp-session to deliver a message to 
> test at test.de and come to the rcpt-to point, I always get:
> 
> 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
> 
> What is lmtp doing at this point to check if a mailbox exists? I'm 
> running completely out of ideas what to try next to get it working.
> 
> This is my imapd.conf:
> 
> configdirectory: /var/lib/imap
> partition-default: /var/spool/imap
> admins: cyrus cyrusd
> sievedir: /var/lib/imap/sieve
> sendmail: /usr/sbin/sendmail
> 
> altnamespace: true
> hashimapspool: true
> unixhierarchysep: true
> virtdomains: userid
> defaultdomain: test.de
> 
> My shortened cyrus.conf:
> 
> SERVICES {
>   imap          cmd="imapd" listen="imap" prefork=5
>   lmtp          cmd="lmtpd -a" listen="x.x.x.x:lmtp" prefork=0
> }
> 
> Regards
> Marten
> ----
> Cyrus Home Page: http://cyrusimap.web.cmu.edu/
> Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
> List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
    
    
More information about the Info-cyrus
mailing list