[Exim] Re: Archive Email

Startseite
Nachricht löschen
Nachricht beantworten
Autor: John Hall
Datum:  
To: exim-users
Betreff: [Exim] Re: Archive Email
<neo@???> wrote in message
news:E1BDZDY-0005z4-8C@???...

> I need to find a simple way to either forward a copy of all emails for
> a domain to a specific account or to actually copy the message files
> themselves within the server to a storage area for ongoing archiving.
> More and more businesses are requesting this for legal purposes and I
> have yet to find a way to do it in Exim itself.


A simple way is to add:

unseen save /path/to/archive/mailbox

to your system filter file, which will archive all mail passing through
the system to a mailbox. You may want to add some conditionals to
prevent mails being archived twice depending on how you're doing virus
filtering.

Regards,
John