Hi Everyone.
I'm wondering if this functionality is possible with shared mailboxes.
I have one email account per employee. and one email account per store.
I would like to have multiple employees have access to email sent to the
store's general mail account.
I'm using virtual users and their mail is all stored in
/home/vmail/domain.tld/username/. Permissions are realy not an issue
since all files are owned by vmail.vmail
I tried doing this:
# cd /home/vmail/domain.tld/employee
# maildirmake --add "Store Email"=/home/vmail/domain.tld/store1 .
- This partially works, employee now has access to any sub-folders
existing in store1's mailbox, it does not display ignores the contents
of the inbox, which for my purposes, is the most important part. I
suppose I could get around this by delivering to a sub-folder with
maildrop or some other means. but am looking for other sugestions that
maybe I overlooked. (it also woudn't help with the following problem)
- I'm also reading that the contents of new/ is ignored with shared
mailboxes, meaning that I'm not going to see anything newly delivered
anyway once I no longer have a mail client accessing the mailbox directly.