didi666 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 09 Sep 2003 Posts: 32 Location: Stuttgart, Germany
|
Posted: Sat Mar 27, 2004 8:34 pm Post subject: Virtual shared folders with Courier-Imap? |
|
|
Hi,
is anyone successfully running Virtual shared folders on Courier-Imap?
After my first unsuccessful tries with filesystem-based shared folders (Mozilla displayed the folders, but could not subscribe, a problem many people apparently had) I decided that they were not a nice implementation anyway Now I have read about VIRTUAL shared folders in Courier together with fine-grained ACLs, something which I always envied Cyrus-imapd for.
So, I have read through the somewhat confusing docs and made the following setup:
Code: | /var/spool/mail/
drwx------ vmail vmail domain1
drwx------ vmail vmail domain2
-> drwx------ vmail vmail didi666 (maildir)
drwx------ vmail vmail shared
-> drwx------ vmail vmail fun (maildir)
|
(domain1, domain2 and didi666 of course are originally really existing and working domains and mailaccounts)
I have set up the ACLs:
Code: | mail mail # maildiracl -list /var/spool/mail/shared/fun INBOX
owner aceilrstwx
anyone aceilrstwx
|
I put this into /etc/courier-imapd/shared.tmp/index and ran sharedindexinstall:
Code: | mail mail # cat /etc/courier-imap/shared/index
fun vmail vmail /var/spool/mail/shared fun
|
So far, so good. However, Mozilla does not show any sign of shared folders being available ( I must have missed something obvious. But what? |
|