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 
"[EMAIL PROTECTED]" to [EMAIL PROTECTED]

copy_message:
    driver    = redirect
    senders   = [EMAIL PROTECTED]
    data      = [EMAIL PROTECTED]
    errors_to =
    unseen
    no_verify

Mike

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to