patrick wrote:
I have a Cyrus 2.2.12 server, and I'm having trouble getting the
listmailbox command to return me what I want.
The notable parts of my configuration are:
unixhierarchysep: yes
virtdomains: yes
In the examples from the O'Reilly book on Cyrus
(http://www.oreilly.com/catalog/mimap/chapter/ch09.html), they have:
You can list all the users on the system by listing their top-level
mailboxes (remember, a > top-level mailbox is essentially the same as
a username in the Cyrus namespace):
localhost> listmailbox user.%
But when I run "listmailbox user/%" (because I have the
unixhierarchysep set to yes), I don't get any mailboxes listed.
If I do just a plain "listmailbox", I'll get entries like:
user/mike/[EMAIL PROTECTED] (\HasNoChildren)
user/mike/[EMAIL PROTECTED] (\HasNoChildren)
user/mike/[EMAIL PROTECTED] (\HasNoChildren)
user/[EMAIL PROTECTED] (\HasChildren)
user/[EMAIL PROTECTED] (\HasChildren)
user/patrick/[EMAIL PROTECTED] (\HasNoChildren)
user/patrick/Deleted [EMAIL PROTECTED] (\HasNoChildren)
user/patrick/Deleted [EMAIL PROTECTED] (\HasNoChildren)
user/patrick/[EMAIL PROTECTED] (\HasNoChildren)
user/patrick/Saved [EMAIL PROTECTED] (\HasNoChildren)
user/patrick/Sent [EMAIL PROTECTED] (\HasNoChildren)
user/[EMAIL PROTECTED] (\HasNoChildren)
What I want to be able to get is:
user/[EMAIL PROTECTED] (\HasChildren)
user/[EMAIL PROTECTED] (\HasChildren)
user/[EMAIL PROTECTED] (\HasNoChildren)
Is there something special I need to do because of my configuration?
http://asg.web.cmu.edu/cyrus/download/imapd/install-virtdomains.html
doesn't document the usage but
localhost> lm [EMAIL PROTECTED]
work for me.
HTH
----
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html