On 01/07/2010 17:59, Markus Schönhaber wrote:
01.07.2010 17:38, David Touzeau:
this is the content of
/etc/postfix/mydestination
-----------------------------------
company.tld OK
/etc/postfix/aliases
-----------------------------------
user1:us...@company.tld
user2:us...@company.tld
all-users:all-us...@company.tld
/etc/postfix/virtual
-----------------------------------
@company.tld all-us...@company.tld
catch-all still take the hand
And that's OK, since cleanup(8) has rewritten the recipient address to
all-us...@company.tld according to virtual before local(8) is handed the
message and has the chance to do further rewriting according to aliases.
http://www.postfix.org/ADDRESS_REWRITING_README.html#overview
THanks to explain to me the process but what is for you the best
settings to fix the situation ?