On Wed, Feb 19, 2020 at 10:53:04AM +0100, Frank Elsner via Exim-users wrote: > >From The documentation: > > | For example: > | > | route_list = domain1 host1:host2:host3 randomize bydns;\ > | domain2 host4:host5 > > But my > > route_list = * "<, seymour.fritz.box:2825 ipv4_only,\ > +,\ > smtp.mailbox.org:587,\ > mail.zedat.fu-berlin.de:587,\ > sfwdallmx.t-online.de:587" > > Doesn't work. seymour.fritz.box doesn't show up with "exim -bt"
Because syntax is wrong: destination domain and options must be assigned for each route. Run "exim -d+route" for details. -- Eugene Berdnikov -- ## 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/
