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.
Regards,
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
That is incorrect. check_client_access expects an ACTION such as
permit, reject, and so on.
Wietyse
--