Re: [Exim] Duplicating/saving outgoing (smtp) emails??

Top Page
Delete this message
Reply to this message
Author: Melissa Meyer
Date:  
To: exim-users
Subject: Re: [Exim] Duplicating/saving outgoing (smtp) emails??
On Tue, Aug 12, 2003 at 09:38:01AM +0100, Philip Hazel wrote:
> On Mon, 11 Aug 2003, Wakko Warner wrote:
>
> > I think maybe you're looking for batch_max = . But this is in the
> > transports section. Try adding:
> > batch_max = 200
> > in the transport that saves the emails. I'm not sure if batch_max = 0 means
> > unlimited or not.
>
> Yes, batch_max is what you want. See chapter 24 (Address batching in
> local transports).
>
> batch_max = 0 does not mean unlimited. Anything < 1 is the same as 1.
>


I see that it works to send one email per recipient domain if both
use_bsmtp is set and batch_max is set to a large number in the
Transport. Is there a way for the Transport to save only one copy of
the message even if the recipients are at multiple domains?

Melissa