Re: Mailbox does not exist question

2013-01-26 Thread Clement Hermann (nodens)
Le 25/01/2013 21:40, Charles Bradshaw a écrit : > Andy > > We're nearly there, phew.. > > Yes I want to use virtual domains. > Yes I have virtdomains: userid in /etc/imapd.conf > > OK, so I understand why no imap INBOX, but sendmail and cyrusv2 are therefore > delivering mail to the wrong mailbox,

Re: Mailbox does not exist question

2013-01-25 Thread Charles Bradshaw
Andy We're nearly there, phew.. Yes I want to use virtual domains. Yes I have virtdomains: userid in /etc/imapd.conf OK, so I understand why no imap INBOX, but sendmail and cyrusv2 are therefore delivering mail to the wrong mailbox, that is to user.test NOT user.test@mydomain I have sendmail.m

Re: Mailbox does not exist question

2013-01-25 Thread Andrew Morgan
Yes, the mailbox should be named user.test@mydomain, assuming you actually want to use virtual domains. Do you have virtdomains set in imapd.conf? Andy On Fri, 25 Jan 2013, Charles Bradshaw wrote: > Andrew > > Just a thought, should the mailbox name be 'user.test@mydomain' instead of >

Re: Mailbox does not exist question

2013-01-25 Thread Patrick Boutilier
On 01/25/2013 07:17 AM, Charles Bradshaw wrote: Andrew Just a thought, should the mailbox name be 'user.test@mydomain' instead of 'user.test'? Here is a dump of /var/lib/imap/mailboxes.db # hexdump -c /var/lib/imap/mailboxes.db 000 241 002 213 \r s k i p l i s t f i

Re: Mailbox does not exist question

2013-01-25 Thread Charles Bradshaw
Andrew Just a thought, should the mailbox name be 'user.test@mydomain' instead of 'user.test'? Here is a dump of /var/lib/imap/mailboxes.db # hexdump -c /var/lib/imap/mailboxes.db 000 241 002 213 \r s k i p l i s t f i l 010 e \0 \0 \0 \0 \0 \0 001 \0

Re: Mailbox does not exist question

2013-01-24 Thread Charles Bradshaw
On: Thu, 24 Jan 2013 13:11:02 -0800 (PST), Andrew Morgan wrote: > On Thu, 24 Jan 2013, Charles Bradshaw wrote: > > > > > On: Thu, 24 Jan 2013 12:37:18 -0800 (PST), Andy wrote: > > > >> On Thu, 24 Jan 2013, Charles Bradshaw wrote: > >> > >>> Output from cyradm: > >>> > >>> $ cyradm --user cyrus lo

Re: Mailbox does not exist question

2013-01-24 Thread Andrew Morgan
On Thu, 24 Jan 2013, Charles Bradshaw wrote: > > On: Thu, 24 Jan 2013 12:37:18 -0800 (PST), Andy wrote: > >> On Thu, 24 Jan 2013, Charles Bradshaw wrote: >> >>> Output from cyradm: >>> >>> $ cyradm --user cyrus localhost >>> Password: >>> localhost> lm * >>> user.test (\HasNoChildren) >>> localhos

Re: Mailbox does not exist question (NO it is NOT the answer!)

2013-01-24 Thread Charles Bradshaw
Adam The telnet session is listed in full below. Snip: client: a2 LIST "" "*" <<< should be a list here containing something! server: a2 OK Completed (0.000 secs) Expected response like this: * LIST (\Unmarked \HasChildren) "." "INBOX" How do I enable telemetry logging ? I

Re: Mailbox does not exist question

2013-01-24 Thread Charles Bradshaw
On: Thu, 24 Jan 2013 12:37:18 -0800 (PST), Andy wrote: > On Thu, 24 Jan 2013, Charles Bradshaw wrote: > > > Output from cyradm: > > > > $ cyradm --user cyrus localhost > > Password: > > localhost> lm * > > user.test (\HasNoChildren) > > localhost> > > Perhaps the user does not permission to see

Re: Mailbox does not exist question (NO it is NOT the answer!)

2013-01-24 Thread Charles Bradshaw
Dale The installation is from cyrus-imapd.i686 2.4.14-1.fc17 Yes there have been file ownership problems, but you will observe from my previous post that the mailbox has been written to by the cyrus mailer! Therefore one would naturally expect imapd to be able to read it! For the record /var/spoo

Re: Mailbox does not exist question (NO it is NOT the answer!)

2013-01-24 Thread Adam Tauno Williams
On Thu, 2013-01-24 at 19:17 +, Charles Bradshaw wrote: > I have enabled debug. (in imapd.conf debug: yes). Now when I start a telnet > imap session /var/log/maillog has this: > Jan 24 13:25:59 dell2600 imap[4507]: accepted connection > Jan 24 13:25:59 dell2600 master[4549]: about to exec > /us

Re: Mailbox does not exist question (is this the answer?)

2013-01-24 Thread Andrew Morgan
On Thu, 24 Jan 2013, Charles Bradshaw wrote: > I have enabled debug. (in imapd.conf debug: yes). Now when I start a telnet > imap session /var/log/maillog has this: > > Jan 24 13:25:59 dell2600 imap[4507]: accepted connection > Jan 24 13:25:59 dell2600 master[4549]: about to exec > /usr/lib/cyrus

Re: Mailbox does not exist question

2013-01-24 Thread Andrew Morgan
On Thu, 24 Jan 2013, Charles Bradshaw wrote: > Output from cyradm: > > $ cyradm --user cyrus localhost > Password: > localhost> lm * > user.test (\HasNoChildren) > localhost> Perhaps the user does not permission to see the mailbox? What does "lam user.test" in cyradm report? Andy

Re: Mailbox does not exist question (NO it is NOT the answer!)

2013-01-24 Thread Charles Bradshaw
The file owner is root, but ps aux says: cyrus 4844 0.0 0.1 50004 2224 ?S19:31 0:00 imapd So the running daemon and the mailbox is owned by cyrus, which is correct. The mail directory cannot be owned by the user because she is virtual and therefore has no account. Instead c

Re: Mailbox does not exist question (NO it is NOT the answer!)

2013-01-24 Thread Charles Bradshaw
I have enabled debug. (in imapd.conf debug: yes). Now when I start a telnet imap session /var/log/maillog has this: Jan 24 13:25:59 dell2600 imap[4507]: accepted connection Jan 24 13:25:59 dell2600 master[4549]: about to exec /usr/lib/cyrus-imapd/imapd Jan 24 13:25:59 dell2600 imap[4549]: executed

Re: Mailbox does not exist question (is this the answer?)

2013-01-24 Thread Charles Bradshaw
I have enabled debug. (in imapd.conf debug: yes). Now when I start a telnet imap session /var/log/maillog has this: Jan 24 13:25:59 dell2600 imap[4507]: accepted connection Jan 24 13:25:59 dell2600 master[4549]: about to exec /usr/lib/cyrus-imapd/imapd Jan 24 13:25:59 dell2600 imap[4549]: executed

Re: Mailbox does not exist question

2013-01-24 Thread Charles Bradshaw
On: Wed, 23 Jan 2013 14:28:28 -0800 (PST), Andrew Morgan wrote: > On Wed, 23 Jan 2013, Charles Bradshaw wrote: > > > I'm seeing the following when I test cyrus-imapd using telnet. > > > > I seem to be missing some fundamental configuration. > > > > What am I doing wrong? > > > > Thanks in advance

Re: Mailbox does not exist question

2013-01-23 Thread Andrew Morgan
On Wed, 23 Jan 2013, Charles Bradshaw wrote: > I'm seeing the following when I test cyrus-imapd using telnet. > > I seem to be missing some fundamental configuration. > > What am I doing wrong? > > Thanks in advance, Charles Bradshaw > > Telnet imap session: > > # telnet localhost imap > Trying ::

Re: Mailbox does not exist

2006-09-02 Thread former03 | Baltasar Cevc
On 01.09.2006, at 20:10, Cristian Mitrana wrote: * Wil Cooley wrote [Friday, September 01, 2006 09:00:00 AM -0700] On Wed, 2006-08-30 at 13:18 +0200, Bart Van Loon wrote: > Actually, that's how I think it should work - I'm not sure, though, as > I never used deliver... so how do you hav

Re: Mailbox does not exist

2006-09-01 Thread Cristian Mitrana
* Wil Cooley wrote [Friday, September 01, 2006 09:00:00 AM -0700] On Wed, 2006-08-30 at 13:18 +0200, Bart Van Loon wrote: > Actually, that's how I think it should work - I'm not sure, though, as > I never used deliver... so how do you have cyrus deliver your mails then? :-) Most people th

Re: Mailbox does not exist

2006-09-01 Thread former03 | Baltasar Cevc
Hi, On 01.09.2006, at 17:55, Hajimu UMEMOTO wrote: this did the trick. damnit, I even quoted this from the manpage. the reason I didn't think about permissions problems was the errormessage clearly stating that the mailbox didn't "exist" and that I checked at the filesystem persmissions. balt

Re: Mailbox does not exist

2006-09-01 Thread Hajimu UMEMOTO
Hi, > On Wed, 30 Aug 2006 14:07:36 +0200 > "former03 | Baltasar Cevc" <[EMAIL PROTECTED]> said: > this did the trick. damnit, I even quoted this from the manpage. the > reason I didn't think about permissions problems was the errormessage > clearly stating that the mailbox didn't "exist"

Re: Mailbox does not exist

2006-09-01 Thread Wil Cooley
On Wed, 2006-08-30 at 13:18 +0200, Bart Van Loon wrote: > > Actually, that's how I think it should work - I'm not sure, though, as > > I never used deliver... > > so how do you have cyrus deliver your mails then? :-) Most people these days deliver with LMTP from their MTA; see lmtpd(8). And they

Re: Mailbox does not exist

2006-08-30 Thread former03 | Baltasar Cevc
Hi Bart, Maybe it's a permission problem - try (but remove it later), to grant "p" rights to the folder to anybody. cyradm> sam user.bbbart.Lists.gphoto.devel anyone p this did the trick. damnit, I even quoted this from the manpage. the reason I didn't think about permissions problems was th

Re: Mailbox does not exist

2006-08-30 Thread Bart Van Loon
On Wed, 2006-08-30 at 12:38 +0200, former03 | Baltasar Cevc wrote: > Hi Bart, > On 30.08.2006, at 10:43, Bart Van Loon wrote: > > > On Tue, 2006-08-29 at 21:25 +0200, former03 | Baltasar Cevc wrote: > >> Hi Bart, > >> > >>> user.bbbart.Lists.gphoto.devel (\HasNoChildren) > >>> > >> [...] > >>> ale

Re: Mailbox does not exist

2006-08-30 Thread former03 | Baltasar Cevc
Hi Bart, On 30.08.2006, at 10:43, Bart Van Loon wrote: On Tue, 2006-08-29 at 21:25 +0200, former03 | Baltasar Cevc wrote: Hi Bart, user.bbbart.Lists.gphoto.devel (\HasNoChildren) [...] alex # echo "" | /usr/local/cyrus/bin/deliver -m user.bbbart.Lists.gphoto.devel +user.bbbart.Lists.gphoto

Re: Mailbox does not exist

2006-08-30 Thread Bart Van Loon
On Tue, 2006-08-29 at 22:03 +0300, Cristian Mitrana wrote: > > * Bart Van Loon wrote [Tuesday, August 29, 2006 07:57:30 PM +0200] > > > Hi all, > > > > I am new to this list but didn't get to search the archives, so I hope this > > question is not disturbing anyone. > > > > [...] > > > alex #

Re: Mailbox does not exist

2006-08-30 Thread Bart Van Loon
On Tue, 2006-08-29 at 21:25 +0200, former03 | Baltasar Cevc wrote: > Hi Bart, > > > user.bbbart.Lists.gphoto.devel (\HasNoChildren) > > > [...] > > alex # echo "" | /usr/local/cyrus/bin/deliver -m > > user.bbbart.Lists.gphoto.devel > > +user.bbbart.Lists.gphoto.devel: Mailbox does not exist > > al

Re: Mailbox does not exist

2006-08-29 Thread Cristian Mitrana
* Bart Van Loon wrote [Tuesday, August 29, 2006 07:57:30 PM +0200] Hi all, I am new to this list but didn't to search the archives, so I hope this question is not disturbing anyone. [...] alex # echo "" | /usr/local/cyrus/bin/deliver -m user.bbbart.Lists.gphoto.devel +user.bbbart.Lists.g

Re: Mailbox does not exist

2006-08-29 Thread former03 | Baltasar Cevc
Hi Bart, user.bbbart.Lists.gphoto.devel (\HasNoChildren) [...] alex # echo "" | /usr/local/cyrus/bin/deliver -m user.bbbart.Lists.gphoto.devel +user.bbbart.Lists.gphoto.devel: Mailbox does not exist alex # logout [EMAIL PROTECTED] ~ $ echo "" | /usr/local/cyrus/bin/deliver -m Lists.gphoto.dev

Re: "Mailbox does not exist" while appears on lm

2006-06-08 Thread Jérôme NENERT
former03 | Baltasar Cevc a écrit : Hi Jerome, that sounds like a permission problem. Make sure that the user that is used for delivery is listed in lmtp_admins in imapd.conf or give it the permissions to post (p, if I'm not mistaken) to the mailbox. You'll either have some explicit configura

Re: "Mailbox does not exist" while appears on lm

2006-06-07 Thread former03 | Baltasar Cevc
Hi Jerome, that sounds like a permission problem. Make sure that the user that is used for delivery is listed in lmtp_admins in imapd.conf or give it the permissions to post (p, if I'm not mistaken) to the mailbox. You'll either have some explicit configuration for the user in the MTA settin

Re: Mailbox does not exist for mailboxes with '.'

2006-02-24 Thread Alexander Dalloz
Am Fr, den 24.02.2006 schrieb Сергей Осипов um 21:18: > In imapd.conf I have option "unixhierarchysep: yes". > If I create mailbox with char '.', for example 'test.test', Cyrus pop3d write > to log: > Feb 24 22:35:07 pop3[22096]: login: ..ru [XXX.XXX.XXX.XXX] test.test > plaintext User l

Re: Mailbox does not exist

2006-02-22 Thread former03 | Baltasar Cevc
Hi Sebastien, On 22.02.2006, at 00:04, Sébastien Mahé wrote: I've even created three mailboxes : - [EMAIL PROTECTED] - [EMAIL PROTECTED] - user/[EMAIL PROTECTED] Depending on your hierarchy separator, one of the latter ones should be enough. The first one is certainly irrelevant (you'd have to

Re: Mailbox does not exist

2006-02-21 Thread Tuan Van
Sébastien Mahé wrote: > Hi, > Hello, > I'm trying to setup a postfix 2.1/cyrus 2.1 server on debian sarge, > but having the recurring 'Mailbox does not exist' problem. > > I've searched this list for possible resolutions, but without any success. > > I've set the options virtdomains to userid an

Re: Mailbox does not exist

2006-02-21 Thread Sébastien Mahé
Hi, I've even created three mailboxes : - [EMAIL PROTECTED] - [EMAIL PROTECTED] - user/[EMAIL PROTECTED] maybe this could help : > cyrdeliver -l 220 --- LMTP Cyrus v2.1.18-IPv6-Debian-2.1.18-1 ready RSET 250 2.0.0 ok MAIL FROM:<[EMAIL PROTECTED]> 250 2.1.0 ok RCPT TO:<[EMAIL PROTECTED]> 550-Mailb

Re: Mailbox does not exist

2006-02-21 Thread Martin Marcher
On Tue, Feb 21, 2006 at 05:13:09PM +, S?bastien Mah? wrote: > Hi, > > I'm trying to setup a postfix 2.1/cyrus 2.1 server on debian sarge, > but having the recurring 'Mailbox does not exist' problem. > > I've searched this list for possible resolutions, but without any success. > > I've set t

Re: Mailbox does not exist

2005-01-09 Thread Derrick J Brashear
On Mon, 10 Jan 2005, JB Hewit wrote: mail:/var/lib/cyrus/log/ahumohi# cyradm --user=manager localhost IMAP Password: soapbox> soapbox> lm user.ahumohi (\HasNoChildren) user.manager (\HasNoChildren) So the mailbox is there. This was created with 'cm user.ahumohi'. cm user/ahumohi or r