Quote:
|
Originally Posted by AnaG How does Zimbra handles when two people enters the same account, and try to answer the same email? |
Howdy,
Yeah, I can see a number of reasons when this would be desirable (for example, multiple people might be handling emails sent to
info@somedomain.com).
That said, I can't help but think that you'll be dealing with constant "race" conditions... multiple people might end up responding to the same message and such. So that might not work well, to have them all accessing the same mailbox.
The best way I can think of to handle this is first, to use seperate email accounts for each person.
Then, have fetchmail run from cron. It could pull email from this main account, and alternate which mailbox it delivers the mail to.
So, maybe have fetchmail run every 10 minutes... the first time, it'd deliver the mail to user FOO, the second time, deliver to user BAR, etc.
Hope that helps,
-Eric