Re: Invalid mailbox name

2016-09-26 Thread Paul van der Vlis via Info-cyrus
Op 23-09-16 om 06:14 schreef Bron Gondwana via Info-cyrus: >> But I think it's strange to have a dot in the list of GOODCHARS when >> it's used as a hierarchy seperator... > > The mailboxname used to be tested against GOODCHARS in its entirety, > including separator. Ah, I understand it now. Th

Re: Invalid mailbox name

2016-09-22 Thread Bron Gondwana via Info-cyrus
If anyone is interested in looking in the code on master to see how this works: https://github.com/cyrusimap/cyrus-imapd/ You're looking for mbname_t, and in particular mbname_from_*. EXPORTED mbname_t *mbname_from_extname(const char *extname, const struct namespace *ns, const char *userid) An

Re: Invalid mailbox name

2016-09-22 Thread Bron Gondwana via Info-cyrus
On Fri, 23 Sep 2016, at 02:37, Paul van der Vlis via Info-cyrus wrote: > Op 22-09-16 om 09:46 schreef Michael Menge via Info-cyrus: > > > > Quoting Paul van der Vlis via Info-cyrus : > > > >> Op 21-09-16 om 14:11 schreef Michael Menge via Info-cyrus: > >>> Hi, > >>> > >>> Quoting Paul van der Vli

Re: Invalid mailbox name

2016-09-22 Thread Bron Gondwana via Info-cyrus
On Thu, 22 Sep 2016, at 22:11, Eric Luyten via Info-cyrus wrote: > On Thu, September 22, 2016 9:46 am, Michael Menge via Info-cyrus wrote: > > > > > Quoting Paul van der Vlis via Info-cyrus : > > > > >> I am wondering about the dot. So far I know I cannot use it in a mailbox > >> name, but it is

Re: Invalid mailbox name

2016-09-22 Thread Paul van der Vlis via Info-cyrus
Op 22-09-16 om 09:46 schreef Michael Menge via Info-cyrus: > > Quoting Paul van der Vlis via Info-cyrus : > >> Op 21-09-16 om 14:11 schreef Michael Menge via Info-cyrus: >>> Hi, >>> >>> Quoting Paul van der Vlis via Info-cyrus >>> : >>> Hello, I am syncing many mailboxes from one I

Re: Invalid mailbox name

2016-09-22 Thread Paul van der Vlis via Info-cyrus
Op 22-09-16 om 14:11 schreef Eric Luyten via Info-cyrus: > Of course one can use a '.' as part of a Cyrus mailbox name, internally it > gets translated into a '^' (arrow/caret). When I create a mailbox "test.and.so", I get three maiboxes in each other. Maybe you are using unixhierarchysep? Is it

Re: Invalid mailbox name

2016-09-22 Thread Eric Luyten via Info-cyrus
On Thu, September 22, 2016 9:46 am, Michael Menge via Info-cyrus wrote: > > Quoting Paul van der Vlis via Info-cyrus : > >> I am wondering about the dot. So far I know I cannot use it in a mailbox >> name, but it is in the list. >> > > I suspect that your cyrus is configured to use the . as hiera

Re: Invalid mailbox name

2016-09-22 Thread Michael Menge via Info-cyrus
Quoting Paul van der Vlis via Info-cyrus : Op 21-09-16 om 14:11 schreef Michael Menge via Info-cyrus: Hi, Quoting Paul van der Vlis via Info-cyrus : Hello, I am syncing many mailboxes from one IMAP server to another. Now I get sometimes errors on mailbox names. I found out that Cyrus does

Re: Invalid mailbox name

2016-09-22 Thread Paul van der Vlis via Info-cyrus
Op 21-09-16 om 14:11 schreef Michael Menge via Info-cyrus: > Hi, > > Quoting Paul van der Vlis via Info-cyrus : > >> Hello, >> >> I am syncing many mailboxes from one IMAP server to another. Now I get >> sometimes errors on mailbox names. I found out that Cyrus does not >> accept brackets in a ma

Re: Invalid mailbox name

2016-09-21 Thread Michael Menge via Info-cyrus
Hi, Quoting Paul van der Vlis via Info-cyrus : Hello, I am syncing many mailboxes from one IMAP server to another. Now I get sometimes errors on mailbox names. I found out that Cyrus does not accept brackets in a mailbox name. Is there documentation about what characters are accepted in mailbo

Re: Invalid mailbox name?

2004-02-18 Thread trichard
Mike O'Rourke wrote: I got my "-a" and "-u" parameters mixed up. It must have been late when I wrote that one! If you use imtest -u test -a [EMAIL PROTECTED] -m plain -t '' localhost I bet it will let you select your inbox. Woohoo! It works! Thanks Mike!!! Is your machine's name post.mydomain.co

Re: Invalid mailbox name?

2004-02-18 Thread Mike O'Rourke
>>> trichard <[EMAIL PROTECTED]> 02/18/04 04:32pm >>> --snip-- > >NOTE: The user "test" in this case would be indicative of a normal mail >user. Cyrus of course is for administration purposes. > >Does this look right? I am concerned that including the hostname "post" >in the realm for the cyrus

Re: Invalid mailbox name?

2004-02-18 Thread Mike O'Rourke
>Hi Mike, > --snip!-- > >[EMAIL PROTECTED] etc]# imtest -u [EMAIL PROTECTED] -a [EMAIL PROTECTED] -t '' -m >plain localhost >S: * OK post.domain.com Cyrus IMAP4 v2.2.3 server ready >C: C01 CAPABILITY >S: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ MAILBOX-REFERRALS >NAMESPACE UIDPLUS ID NO_

Re: Invalid mailbox name?

2004-02-18 Thread trichard
Hi Mike, Answers inline: Mike O'Rourke wrote: Hi again, trichard, first try below with things as-is. Then try adding the following line to /etc/imapd.conf: loginrealms: post.mydomain.com mydomain.com restarting the cyrus master process after changing /etc/imapd.conf. First, try: imtest -u [EMA

Re: Invalid mailbox name?

2004-02-18 Thread Mike O'Rourke
>>> trichard <[EMAIL PROTECTED]> 02/18/04 01:36am >>> >Thanks Mike...Results inline below: > >Mike O'Rourke wrote: >> try this: >> imtest -u test -a test -t '' localhost >> (after the -t those are 2 single-quotes.) >> >> At the end of a lot of diagnostics, it should ask for your password. >> type

Re: Invalid mailbox name?

2004-02-17 Thread Craig Ringer
On Wed, 2004-02-18 at 05:18, trichard wrote: > I can authenticate to the server using a mail client now. However, when > trying to read the inbox it fails with the following message: > > "The current command did not succeed. The mail server responded: Invalid > mailbox name." (just a few guesse

Re: Invalid mailbox name?

2004-02-17 Thread trichard
Thanks Mike...Results inline below: Mike O'Rourke wrote: try this: imtest -u test -a test -t '' localhost (after the -t those are 2 single-quotes.) At the end of a lot of diagnostics, it should ask for your password. type it in and hit . If it says "Authenticated", you are connected and in; [EMAIL

Re: Invalid mailbox name?

2004-02-17 Thread Mike O'Rourke
>>> "trichard" <[EMAIL PROTECTED]> 02/17/04 10:18pm >>> >>I feel like I am getting pretty close to having this work. I've been >>stuck for awhile on this one issue and I cannot find documentation to >>troubleshoot mailboxes and mail client access properly. >> >>I can authenticate to the server usi

Re: Invalid mailbox name?

2004-02-17 Thread Mike O'Rourke
>>> "trichard" <[EMAIL PROTECTED]> 02/17/04 10:18pm >>> >I feel like I am getting pretty close to having this work. I've been >stuck for awhile on this one issue and I cannot find documentation to >troubleshoot mailboxes and mail client access properly. > >I can authenticate to the server using a