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 ::

Mailbox does not exist question

2013-01-23 Thread Charles Bradshaw
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 ::1... Connected to localhost. Escape character is '^]'. * OK [CAPA