function difference between and access_recipient

2020-02-12 Thread Thomas
Hello, I habe a problem to understand function of # /etc/aliases # /etc/postfix/access_recipient It seemed to be that aliases is OK for receive emails for recipients. But what it make sence to use additional access_recipient or whats function of access_recipient. thanks Thomas

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

Re: function difference between and access_recipient

2020-02-12 Thread Wietse Venema
Thomas: > Hello, > I habe a problem to understand function of > > # /etc/aliases This, and /etc/passwd, is used for address validation: is this a valid email address for users or aliases that exist on this machine. > # /etc/postfix/access_recipient Assuming that this is used in a

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

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 #

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

Corrupt message

2020-02-12 Thread Doug Hardie
I seem to have a couple corrupt messages. Restarting postfix gives: service postfix restart postfix/postfix-script: stopping the Postfix mail system postfix/postfix-script: warning: damaged message: corrupt/44t83n4KNbz2fjQV postfix/postfix-script: warning: damaged message:

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

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

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 ?