1 From: mark david mcCreary <mdm@internet-tools.com>
2 Date: Tue, 5 Dec 2000 09:25:20 -0600
4 Exim 3.20 has a feature that allows a large mailing of a single message to
5 be sent to many different relays. This is useful for mailing lists, as it
6 allows the message to be relayed to multiple machines, in groups of 100
7 addresses, for final delivery.
9 The router lists a host, but it does not really use that host. Instead the
10 list of host machines in the transport are used in a random order, thus
11 getting a reasonable coverage and compensating for delivery machines and
12 networks that are down.
14 ######################################################################
15 # TRANPORTS CONFIGURATION #
16 ######################################################################
21 hosts = a.domain.com:\
29 ######################################################################
30 # ROUTERS CONFIGURATION #
31 ######################################################################
35 transport = one_hundred_smtp
37 host_find_failed = fail_soft
38 route_list = "* a.domain.com bydns_a"
41 Internet Tools, Inc. 1302 Waugh Drive, #438
42 mdm@internet-tools.com Houston, Texas 77019
43 http://www.internet-tools.com 713.627.9600