>>>>> "Dan" == Dan White <dwhite@xxxxxxx> writes: Dan> That's incorrect. CRAM-MD5 does not support a security Dan> layer. Try: Dan> imtest -m DIGEST-MD5 -a admin@xxxxxxxxxxxxxxxxxxx Dan> server2.example.com That worked. Now back to Reinaldo's queries: # all mailboxes $ nc server 143 * OK maindeua Cyrus IMAP4 [...] server ready . LOGIN admin password . OK User logged in . LIST * *@example.com This returns one entry, the main folder in case the domain has only one email address. It returns every folder in case a domain has more. For my particular domain when I do: . LIST * user.principal* I get this: * LIST (\HasNoChildren) "." "user.principal@xxxxxxxxxxx" * LIST (\HasNoChildren) "." "user.principal@xxxxxxxxxxxxxxxxxx" * LIST (\HasNoChildren) "." "user.principal@xxxxxxxxxxxxxxxx" * LIST (\HasNoChildren) "." "user.principal@xxxxxxxxxxxxxxxxxxxxx" * LIST (\HasNoChildren) "." "user.principal@xxxxxxxxxxxxxxxxx" . OK Completed (0.000 secs 6 calls) Interestingly for other domains the folders are listed as: * LIST (\HasNoChildren) "." "user.dieuwe.Sent@xxxxxxx" * LIST (\HasNoChildren) "." "user.dieuwe.Special@xxxxxxx" So I think I understand what's happening here actually. I wanted to batch create users, but this program, instead of creating folders, created domains. So to create the Drafts folder I should see: user.principal.Drafts@xxxxxxxxxxx Instead I created the domain example.com.Drafts! Ah right, I think I've figured out what the real problem was. Guys, thanks heaps for all your help and pointing me in the right direction. It wasn't wildcard after all, it was this batch script that didn't handle domains and therefore created wrong entries. -- All the best, Berend de Boer ---- Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html