01.07.2010 17:38, David Touzeau: > this is the content of > > /etc/postfix/mydestination > ----------------------------------- > company.tld OK > > /etc/postfix/aliases > ----------------------------------- > user1:[email protected] > user2:[email protected] > all-users:[email protected] > > /etc/postfix/virtual > ----------------------------------- > @company.tld [email protected]
> catch-all still take the hand And that's OK, since cleanup(8) has rewritten the recipient address to [email protected] 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 -- Regards mks
