8 messages in net.sourceforge.lists.courier-usersRe: [courier-users] how to access sha...
FromSent OnAttachments
Ricardo KleemannJul 28, 2003 11:31 am 
James A BakerJul 28, 2003 2:50 pm 
Anand BuddhdevJul 28, 2003 3:17 pm 
Anand BuddhdevJul 28, 2003 4:04 pm 
James A BakerJul 28, 2003 4:22 pm 
paeddySep 2, 2003 12:15 am 
paeddySep 2, 2003 12:44 am 
Sam VarshavchikSep 2, 2003 6:45 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] how to access shared folders?Actions...
From:Anand Buddhdev (ar@anand.org)
Date:Jul 28, 2003 3:17:47 pm
List:net.sourceforge.lists.courier-users

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?