El 12/2/20 a las 14:29, Wietse Venema escribió:
Emanuel:
Thanks for the reply.
I think I expressed myself badly. i explain my escenary again. It's
possible set two round-robin maps?
sender_dependent_default_transport_maps =
randmap1:{relay1,relay2}
randmap2:{relay3,relay4}
This queries randmap1, and ONLY IF NO RESULT IS FOUND,
this will query randmap2.
smtp_connection_cache_on_demand=no
# main.cf
check_client_access hash:/etc/postfix/client_ip
200.58.x.x relay:randmap1
200.58.x.x relay:randmap2
I know it's wrong, that's why I ask if it's possible to configure
something similar.
Is it possible to create different files with different IP addresses so
that when sending an email they are sent from different round maps?
That is incorrect. check_client_access expects an ACTION such as
permit, reject, and so on.
Wietyse
--