Is possible with dovecot? Legal department have told us we need to stop anyone from delete email on corporate mail server, so nobody, even managers can not anymore delete any mail?
On 17 Nov 2014, at 02:44, Edwardo Garcia <wdgarc88 at gmail.com> wrote:> Is possible with dovecot? > > Legal department have told us we need to stop anyone from delete email > on corporate mail server, so nobody, even managers can not anymore > delete any mail?Implement email archiving. Allow the users to delete emails that are visible to themselves, but have another place where all the emails always exist and they can be accessed by people who need to have access to them. There are various different ways to do this. The easiest way is to have your MTA just Bcc them to some specific mailbox.
Zitat von Edwardo Garcia <wdgarc88 at gmail.com>:> Is possible with dovecot? > > Legal department have told us we need to stop anyone from delete email > on corporate mail server, so nobody, even managers can not anymore > delete any mail?You want to use something like e.g. Mailpiler for that task (http://www.mailpiler.org/en/index.html), Mailstore (http://www.mailstore.com/) or Benno (http://www.openbenno.org/). This is the stuff your legal departmant is looking for.