How do you keep a mailbox available to a group of users, while making the mailbox behave like a mailing list?

I mean, when a user reads a message, this should be not marked as read for anyone. This is much like a mailing list, but the people in the group should be able to send using the mailbox address as a regular account.

link|improve this question
feedback

migrated from stackoverflow.com Apr 9 '11 at 6:55

This question came from our site for professional and enthusiast programmers.

1 Answer

If you are using Dovecot as IMAP server, you can enable its acl plugin for mailbox sharing. Reference: http://wiki.dovecot.org/SharedMailboxes

If you are using iRedMail, a free and open source mail server bundle, it's easy to achieve: http://www.iredmail.org/wiki/index.php?title=IRedMail/FAQ/Share.IMAP.Folder

link|improve this answer
feedback

Your Answer

 
or
required, but never shown