Re: [Exim] RFC: delivery speedup(?) idea/wishlist entry

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Sheldon Hearn
Ημερομηνία:  
Προς: Tamas TEVESZ
Υ/ο: exim-users
Αντικείμενο: Re: [Exim] RFC: delivery speedup(?) idea/wishlist entry

On Tue, 06 Nov 2001 12:00:00 +0100, Tamas TEVESZ wrote:

> after "grouping" (what's the correct word for this process?), the
> following turns out:
>
>     rec1@domain1 \ going to mailsrv1
>     rec2@domain2 /

>
>     rec3@domain3 \ going to mailsrv2
>     rec4@domain4 /

>
>     rec5@domain5   going to mailsrv3


How about using a file lookup for your route_list, where the file is
regenerated periodically and, at any given time, might look something
like:

^.*[A-Oa-o0-4]\.[^.]+$:    mailsrv1 by_name
^.*[P-Zp-z0-9]\.[^.]+$:    mailsrv1 by_name


You could shuffle things around so that the same patterns didn't always
hit the same servers.

Ciao,
Sheldon.