Re: round robin map with ipv4 and ipv6

2020-02-14 Thread Wietse Venema
Emanuel: [ Charset windows-1252 converted... ] > > El 12/2/20 a las 20:14, Wietse Venema escribi?: > > Emanuel: > >> Is it possible to create different files with different IP addresses so > >> that when sending an email they are sent from different round maps? > > You would use master.cf entries

Re: round robin map with ipv4 and ipv6

2020-02-14 Thread Emanuel
El 12/2/20 a las 20:14, Wietse Venema escribió: Emanuel: Is it possible to create different files with different IP addresses so that when sending an email they are sent from different round maps? You would use master.cf entries with different smtp_bind_address or smtp_bind_address6 settings,

Re: round robin map with ipv4 and ipv6

2020-02-12 Thread Benny Pedersen
Emanuel skrev den 2020-02-12 23:36: # [root@vps-1713830-x /etc/postfix] # postconf -d|grep inet_protocols inet_protocols = all lmtp_balance_inet_protocols = yes smtp_balance_inet_protocols = yes postconf -d is default settings, maybe you like to use postconf -n ?

Re: round robin map with ipv4 and ipv6

2020-02-12 Thread Wietse Venema
Emanuel: > with regard to the error " Address family not supported by protocol" any > ideas? the config is fine. > > # master.cf > > relayipv6unix - - n - - smtp > -o smtp_bind_address=2800:6c0:3::58e smtp_bind_address (default: empty) An optional nume

Re: round robin map with ipv4 and ipv6

2020-02-12 Thread Wietse Venema
Emanuel: > Is it possible to create different files with different IP addresses so > that when sending an email they are sent from different round maps? You would use master.cf entries with different smtp_bind_address or smtp_bind_address6 settings, and select one with a filter command. With mas

Re: round robin map with ipv4 and ipv6

2020-02-12 Thread Emanuel
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

Re: round robin map with ipv4 and ipv6

2020-02-12 Thread Emanuel
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 r

Re: round robin map with ipv4 and ipv6

2020-02-12 Thread Wietse Venema
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 FOU

Re: round robin map with ipv4 and ipv6

2020-02-12 Thread 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} smtp_connection_cache_on_demand=no # main.cf check_client_access hash:/e

Re: round robin map with ipv4 and ipv6

2020-02-11 Thread Wietse Venema
Emanuel: > "warning: smtp_connect_addr: bind 2800:6c0:3:: 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 stu