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

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Sheldon Hearn
日付:  
To: Tamas TEVESZ
CC: 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.