Re: [Mailman-Users] Speeding up delivery

2001-02-04 Thread John W Baxter
At 14:45 +0100 1/31/01, Florian Weimer wrote: >Is it possible to tell Mailman to send outgoing mail for a mailing >list in several separate batches? My mailer (Exim) delivers a message >for multiple recipients sequentially. Of course, this is more >efficient in terms of network usage, but process

Re: [Mailman-Users] Speeding up delivery

2001-02-02 Thread Nigel Metheringham
[EMAIL PROTECTED] said: > My mailer (Exim) delivers a message for multiple recipients > sequentially. As well as the mailman tweaks, you can tell exim to do parallel delivery - see the documentation for 'remote_max_parallel' at:- http://www.exim.org/exim-html-3.20/doc/html/spec_11.html#SEC33

Re: [Mailman-Users] Speeding up delivery

2001-02-02 Thread Florian Weimer
Dan Mick <[EMAIL PROTECTED]> writes: > > My mailer (Exim) delivers a message > > for multiple recipients sequentially. Of course, this is more > > efficient in terms of network usage, but processing several batches in > > parallel is faster (and network bandwidth isn't an issue here). > > Oh, d

Re: [Mailman-Users] Speeding up delivery

2001-02-01 Thread Dan Mick
> Is it possible to tell Mailman to send outgoing mail for a mailing > list in several separate batches? It already does. > My mailer (Exim) delivers a message > for multiple recipients sequentially. Of course, this is more > efficient in terms of network usage, but processing several batches

[Mailman-Users] Speeding up delivery

2001-01-31 Thread Florian Weimer
Is it possible to tell Mailman to send outgoing mail for a mailing list in several separate batches? My mailer (Exim) delivers a message for multiple recipients sequentially. Of course, this is more efficient in terms of network usage, but processing several batches in parallel is faster (and net