[imp] cyrus imap and servers.php "namespace" option
Andrew Morgan
morgan at orst.edu
Thu Aug 5 14:08:18 PDT 2004
On Thu, 5 Aug 2004, Liam Hoekenga wrote:
> >> We're bringing up some cyrus servers (migrating from UW), and I've set
> >> the namespace to "INBOX.".
> >> To create new folders, I need to specify the "INBOX." prefix (eg
> >> "INBOX.test").
> >> I'm also unable to delete folders - I get..
> >>
> >> The folder "horde" was not deleted. This is what the server said:
> >> Mailbox does not exist
> >>
> >> Any suggestions? Is this the expected behavior?
> >
> > No, bugs are not expected. I forget what our expected behavior is with
> > folder
> > creation and namespace, though.
>
> I'm just not sure I've got the darned thing set up right..
>
> $servers['testmail'] = array(
> 'name' => 'New IMAP Service',
> 'server' => 'localhost',
> 'protocol' => 'imap/notls',
> 'port' => 143,
> 'folders' => '',
> 'namespace' => 'INBOX.',
> 'maildomain' => 'umich.edu',
> 'smtphost' => 'smtp.itd.umich.edu',
> 'realm' => '',
> 'preferred' => 'test-mail.www.umich.edu'
> );
I think you want folders set to 'INBOX.', not namespace.
Andy
More information about the imp
mailing list