On Mon, 28 Jul 2003 11:31:40 -0700 Ricardo Kleemann wrote:
Hello,
I created a shared folders directory and inside that created
a shared folder. These are the commands I used:
/usr/lib/courier/bin/maildirmake -S
/var/homes/shared_folders
/usr/lib/courier/bin/maildirmake -s write -f test
/var/homes/shared_folders
That created a hierarchy:
ls -a /var/homes/shared_folders/
. .. .test cur new tmp
ls -a /var/homes/shared_folders/.test/
. .. cur maildirfolder new tmp
Then I created an /etc/courier/maildirshared file, its
contents:
test /var/homes/shared_folders/.test
This should be:
test<tab>/var/homes/shared_folders
And then, selecting shared.test from an IMAP client will work.
"shared_folders" is your sharable maildir, and so your
/etc/courier/maildirshared file should point to it, and not to folders
within it.
Now I'm not sure how I can actually access that shared
folder from any account? I've tried issuing the command
"SELECT shared.test", and "SELECT test", and LIST "shared"
"*" but none of them seem to recognize the shared folder.
What is the correct way to configure and access the shared
folder?