Contents |
(From maildirmake(1))
"This is another extension to the Maildir format that allows folders to be shared between multiple clients."
This allows users to use the IMAP server as a pseudo list server for quickly reaching everyone without going thru an elaborate newsgroup or mailing list. Currently, I am using shared folders to publish notices to all users.
[root@mail Notices]# mkdir -p /home/shared-maildirs/ [root@mail Notices]# maildirmake -S /home/shared-maildirs/Notices [root@mail Notices]# maildirmake -s write -f Domain.com /home/shared-maildirs/Notices
[root@mail root]# ls -ld /home/shared-maildirs/ drwxr-xr-x 3 root root 4096 Oct 13 12:47 /home/shared-maildirs/ [root@mail root]# ls -ld /home/shared-maildirs/Notices/ drwxr-xr-x 6 root root 4096 Oct 13 12:47 /home/shared-maildirs/Notices/ [root@mail root]# ls -ld /home/shared-maildirs/Notices/.Domain.com/ drwxr-xr-t 5 root root 4096 Oct 13 12:23 /home/shared-maildirs/Notices/.Domain.com
[root@mail Notices]# echo "Notices /home/shared-maildirs/Notices" > /usr/lib/courier-imap/etc/maildirshared [root@mail Notices]# cat /usr/lib/courier-imap/etc/maildirshared Notices /home/shared-maildirs/Notices
You will have to "subscribe" to this folder if it does not automatically appear in your mail client. Use your mailer's "Post Message To Folder" feature to post messages to the shared folder. Since the posting procedure varies from mailer to mailer, please refer to the user documentation for specifics.
See http://www.inter7.com/courierimap/README.imap.html for client compatibility notes.
The shared folder was listed automatically when I created a new IMAP account. In the case of an existing account, the new shared folder had to subscibed manually. Posted a message to the shared folder using "New->Post Message" (CTRL+SHIFT+P) function successfully.
http://www.ximian.com/products/ximian_evolution/
The folder dropdown list listed the newly added shared folders on login. HushMail is considered to be a really fast, secure and simplistic webmailer but I personally found it *too* simple. My users are def not gonna use HushMail.
Sqweb would be the apt choice with Courier-IMAP, unfortunately, it requires direct accesss to the Maildirs which is not possible in my case. The webmailer and the mail store are on differrent hosts.
SqwebMail is a web CGI client for Maildir and not IMAP.
The default webmail shipped with RedHat 8 did not automatically list the shared folders when I logged in. I am not too sure whether it supports the shared folder extension. Need to find a more featureful webmailer which supports more IMAP extensions.