Re: lmtp through tcp doesn't find the mailbox

2006-10-14 Thread Andreas Winkelmann
Am Monday 09 October 2006 20:20 schrieb Marten Lehmann: > My shortened cyrus.conf: > > SERVICES { >imap cmd="imapd" listen="imap" prefork=5 >lmtp cmd="lmtpd -a" listen="x.x.x.x:lmtp" prefork=0 > } Is x.x.x.x an external IP? If yes, you should not use "-a". -- A

Re: lmtp through tcp doesn't find the mailbox

2006-10-10 Thread Marten Lehmann
a sub folder cm user/[EMAIL PROTECTED]/Sent Btw.: I found out that subfolders are appended before the domain part, thus "cm user/test/[EMAIL PROTECTED]". Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.c

Re: lmtp through tcp doesn't find the mailbox

2006-10-10 Thread Marten Lehmann
Hello, unixhierarchysep: true so you need to use slashes instead of "."s. e.g cm user/test thanks. I was treating "user." as a fixed prefix until now, not as a folder. I now successfully created a mailbox: > lm user/[EMAIL PROTECTED] (\HasNoChildren) > lam user/[EMAIL PROTECTED] [EMAIL PR

Re: lmtp through tcp doesn't find the mailbox

2006-10-09 Thread Michael Menge
Hi, The option "unixhierarchysep: true" is causing the problem. If you use this option you have the speperator between folders is "/" and not "." So you have to call cm user/[EMAIL PROTECTED] Michael Menge Quoting Marten Lehmann <[EMAIL PROTECTED]>: Hello, I tried to create mailb

Re: lmtp through tcp doesn't find the mailbox

2006-10-09 Thread Matt Baker
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/[EMAIL PROTECTED] a sub folder cm user/[EMAIL PROTECTED]/Sent Those suggestions

lmtp through tcp doesn't find the mailbox

2006-10-09 Thread Marten Lehmann
Hello, I tried to create mailboxes with cyradm ([EMAIL PROTECTED] and [EMAIL PROTECTED]). But when I'm doing a lmtp-session to deliver a message to [EMAIL PROTECTED] and come to the rcpt-to point, I always get: 550-Mailbox unknown. Either there is no mailbox associated with this 550-name or