Re: [exim] Message sharing

Top Page
Delete this message
Reply to this message
Author: Renaud Allard
Date:  
To: Steffen Heil
CC: exim users
Subject: Re: [exim] Message sharing


Steffen Heil wrote:
> Hi
>
> I want to send every mail for a very special domain to a set of mail
> servers. It needs to be unchanged as far as possible (best case: no
> modifications to the mail at all.).
> I tried:
>
> robot_1:
> driver = accept
> domains = robot.mydomain
> transport = server
> address_data = 1
> unseen = true
>
> robot_2:
> driver = accept
> domains = robot.mydomain
> transport = server
> address_data = 2
> unseen = true
>
> <usual mail processing here>
>
> server:
> driver = smtp
> hosts_override = true
> hosts = 192.168.100.$address_data
>
> However, this does not work.
> I suspect exim's mail deduplication system to be the problem.
>


I know this is suboptimal, but why not create one transport per router?
Unless you have thousand of them, it should be ok.