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}
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
In the the file client_ip i set a relay to a randmap1 or randmap2, it is
understood?
with regard to the error " Address family not supported by protocol" any
ideas? the config is fine.
# master.cf
relayipv6<----->unix - - n - - smtp
-o smtp_bind_address=2800:6c0:3::58e
-o smtp_helo_name=relayipv6.domain.tld
-o syslog_name=relayipv6
# [root@vps-1713830-x /etc/postfix] # postconf -d|grep inet_protocols
inet_protocols = all
lmtp_balance_inet_protocols = yes
smtp_balance_inet_protocols = yes
The support for IPv6 is enable.
El 11/2/20 a las 21:03, Wietse Venema escribió:
Emanuel:
"warning: smtp_connect_addr: bind 2800:6c0:3::xxxx Address family not
supported by protocol"
Fix that.
Another question, is it possible to configure several round-robin maps
for different IP addresses?
Postfix randomizes IPv4 and IPv6 by default, so that messages don't
get stuck. It also prevents silly behavior when a site lists very
different numbers of IPv4 and IPv6 MX addresses.
Wietse
--