Re: [exim] Duplicate port 25 traffic to 2 destinations

Top Page
Delete this message
Reply to this message
Author: Phil Brutsche
Date:  
To: exim-users
Subject: Re: [exim] Duplicate port 25 traffic to 2 destinations
Etienne Simard wrote:
> There must be a way to do this at the application level, where you forward a
> duplicate of every email you receive with exim.conf instead of duplicating
> the tcp connection.
>
> Example:
>
> ----------------------
> driver = manualroute
> transport=remote_smtp
> route_list="* my.smtp.server.host.and.domain"
> ----------------------
>
> BUT it needs to be duplicated and not forwarded


Something like this?

duplicate_mail_router:
driver = manualroute
transport = remote_smtp
route_list="* my.smtp.server.host.and.domain"
unseen = true

--

Phil Brutsche
phil@???