On Sun, Aug 03, 2008 at 02:13:37AM +0200, Marcin Gryszkalis wrote:
Hi,
> As you probably noticed questions about simulating postfix's always_bcc
> are sent to the list every month. Last is yesterdays "[exim] Backup
> Incoming/outgoing Mail". Archiving incoming mails is pretty
> easy and straightforward, like
>
> final_delivery:
> ...
> shadow_transport = archive_incoming
>
> archive_incoming:
> driver = appendfile
> file = /mail/archive/mail-to/${domain}/${local_part}/${tod_logfile}
>
> with this scheme recovery of lost mail is really simple. It would be really
> useful to make it work for outgoing mails...
Look at:
http://wiki.exim.org/FAQ/Miscellaneous/Q5033
You can also use a special router to make unseen deliveries, some
examples should be in exim-users archives.
Regards,
Kupson