Namespace problem

Edward Rudd eddie at omegaware.com
Sun May 4 02:52:25 EDT 2003


I'm assuming that you are logging in as a Cyrus admin user..
An admin user does not have an inbox so NIL is the correct response.. 

Now, if you are NOT logging in as the admin user..
did you copy over the mailboxes.db file?
That file includes the list of all the mailboxes.. if that is not copied
over than cyrus thinks there are no mailboxes and if there are no
mailboxes then it will return NIL for each users inbox..


On Sun, 2003-05-04 at 00:57, Shuji Kono wrote:
> Hello,
> 
> I set up a new server and migrate cyrus mailboxes from the old
> server on which I have been running cyrus without any problems.
> 
> I tar+gzipped /var/imap and /var/spool/imap and extracted onto
> the new server. But when I tried to access the new server, mua
> failed to get contents of inbox.
> 
> On the old server, imap command looks like this:
> > 0002 NAMESPACE
> > * NAMESPACE (("INBOX." ".")) (("user." ".")) (("" "."))
> > 0002 OK Completed
> > 0003 LIST "" "INBOX"
> > * LIST (\HasChildren) "." "INBOX"
> > 0003 OK Completed (0.008 secs 88 calls)
> 
> On the new server, INBOX is missing in the response:
> > 0013 NAMESPACE
> > * NAMESPACE NIL (("user." ".")) (("" "."))
> > 0013 OK Completed
> > 0014 LIST "" "INBOX"
> > 0014 OK Completed (0.000 secs 1 calls)
> > 0015 LIST "INBOX." *
> > 0015 OK Completed (0.000 secs 1 calls)
> 
> Why do they give different namespaces? How do I fix it?
> cyrus 2.1.11 is running on the old server and 2.1.12 on the new
> server. 'altnamespace = no' on both servers.
> 
> Cheers
-- 
Edward Rudd <eddie at omegaware.com>





More information about the Info-cyrus mailing list