Danil Smirnov: > Hi! > > On Wed, Feb 23, 2022 at 7:01 PM Wietse Venema <wie...@porcupine.org> wrote: > > > Short answer: > > > > Use randmap to select from 10 delivery agents. > > > > sender_dependent_default_transport_maps = randmap{smtp1:, smtp2:, ...}
There is a missing colon: the syntax is randmap:{list...} Wietse