On Wed, 19 Feb 2020 10:41:20 +0000 Jeremy Harris via Exim-users wrote: > On 19/02/2020 09:53, Frank Elsner via Exim-users wrote: > > route_list = * "<, seymour.fritz.box:2825 ipv4_only,\ > > +,\ > > smtp.mailbox.org:587,\ > > mail.zedat.fu-berlin.de:587,\ > > sfwdallmx.t-online.de:587" > > What's the + item for?
>From the Documentation: | When hosts_randomize is true, a host list may be split into groups whose order | is separately randomized. This makes it possible to set up MX-like behaviour. | The boundaries between groups are indicated by an item that is just "+" in the | host list. For example: | | route_list = * host1:host2:host3:+:host4:host5 --Frank -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
