Re: [exim] mail relay with email copy

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Mike Cardwell
Dátum:  
Címzett: Exim Mailing List
Tárgy: Re: [exim] mail relay with email copy
Marten Lehmann wrote:

> for a certain user we have the requirement, that a copy of each email he
> sends by SMTP through our email relay shall be sent to another fixed
> mailbox. Another (optional, but nice) requirement is, that in case the
> copy recipient does not work, the sender shall not receive an error
> message. Is there any example configuration available?


This router will send a copy of all email with the sender address
"src@???" to dst@???.

copy_message:
    driver    = redirect
    senders   = src@???
    data      = dst@???
    errors_to =
    unseen
    no_verify


Mike