Re: [exim] in need to quick help

Top Page
Delete this message
Reply to this message
Author: Joe Kocsis
Date:  
To: exim-users
Subject: Re: [exim] in need to quick help
I believe this is the proper way to email a copy of all messages and
then continue on with normal delivery.
    Add this above any routers that would otherwise cause delivery of
email that you would want a copy of.
    You can add a condition line if need..


Joe



forwardcopy:
       driver = redirect
       data = user@???
       unseen



Brent Clark wrote:

> Hi list
>
> I quicky need to get my current router to accept / process the mail,
> but then also to send the email / copy to another email address.
>
> To save time of working through the FAQ, would someone please help me.
>
> host_to_host_bookings:
> debug_print = "R: account_bookings for $local_part@$domain"
> driver = accept
> domains = +local_domains
> local_part_prefix = new+
> condition = ${if match {$local_part_prefix}{^new\\+}}
> check_local_user
> transport = LOCAL_DELIVERY
>
> off to look in the FAQ in the mean time.
>
> Kind Regards
> Brent Clark
>