Here's what I get:
a LIST "" "*"
* LIST (\Unmarked \HasNoChildren) "." "INBOX"
a OK LIST completed
Obviously there is some issue there because the "shared" stuff isn't
showing up. Any ideas on how to solve this? Also, as an aside, what
does "\HasNoChildren" mean?
Nick
On Wed, 2004-05-26 at 16:41, Sam Varshavchik wrote:
Nick Couchman writes:
Sorry, I sent this in HTML the first time around - my bad.
I'm having some issues with using shared maildirs. I have a virtual
users setup using LDAP, postfix, and courier-imap. I can successfully
send messages to the shared folders via Postfix, however I cannot
subscribe to shared folders on courier-imap. Here's what I'm doing:
maildirmake -S /users/shared
maildirmake -f Vacation -s write /users/shared
maildirmake --add shared=/users/shared /users/nick.couchman/Maildir
When I go to my email client, though (I've tried Evolution and Mozilla
Thunderbird) and try to subscribe to these folders, they don't appear in
the list of folders available for subscription. I've also tried add the
following line to the /etc/courier-imap/maildirshared file:
shared /users/shared
...but it doesn't help.
Can anyone see what I'm missing?
Try connecting to port 143, then
a LOGIN userid password
then:
a LIST "" "*"
and see what comes out.