On Wed, 25 Jun 2008, Markus Meyer wrote: > > I have four server and balance between them with the randomize option. > Now I also want some kind of failover which I try to realize with the > following syntax: > > route_list = * > mx1:mx2:mx3:mx4:+:mx2:mx3:mx4:+:mx1:mx3:mx4:+:mx1:mx3:mx4:+:mx1:mx2:mx4 > randomize byname > > (all in one line) > > Why doesn't this work or how can I accomplish this? I want to cover all > server outages and still have the randomizing.
route_list = * mx1:mx2:mx3:mx4 randomize byname Exim will do failover without any special configuration. Tony. -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://dotat.at/ ${sg{\N${sg{\ N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\ \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}} -- ## List details at http://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/
