Re: [Exim] Re: Archive Email

Pàgina inicial
Delete this message
Reply to this message
Autor: Rory Campbell-Lange
Data:  
A: John Hall
CC: exim-users
Assumpte: Re: [Exim] Re: Archive Email
A related archive email question:

On 14/04/04, John Hall (john-news2@???) wrote:
> <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.


This is an elegant solution (better than my shadow delivery method
below). Is there a way of making sure that only one copy of a message
is stored? At present an outgoing mail to, for example, 5 people, will
result in 5 copies of the message.

Thanks
Rory

shadow_delivery:
debug_print = "T: shadow_delivery"
driver = appendfile
group = mail
user = mail
mode = 0660
envelope_to_add = true
directory=/home/mailbackup
maildir_format

--
Rory Campbell-Lange
<rory@???>
<www.campbell-lange.net>