Re: [Exim] copy all outgoing messages

Góra strony
Delete this message
Reply to this message
Autor: Nico Erfurth
Data:  
Dla: Tamas TEVESZ
CC: Raphaël Berghmans, 'exim-users@exim.org'
Temat: Re: [Exim] copy all outgoing messages
Tamas TEVESZ wrote:
> On Wed, 22 Jan 2003, [ISO-8859-1] Raphaël Berghmans wrote:
>
> > config, all outgoing message (normaly this kind of message are managed
> > by the smtp transport) should be copied into another local mailbox.
>
> system filter


NO!

Write it 1000 times.
"Systems filters are not for routing"

it should look like this

remote_smtp:
driver = smtp
shadow_transport = save_mails_to_external

save_mails_to_external:
driver = appendfile
file = /var/mail/external_mails
delivery_date_add
envelope_to_add
return_path_add


if this doesn't work, try to do a debugrun.

ciao