From: David Touzeau on
I think i have found the solution

the solution is to populate the /etc/postfix/virtual with user's emails
addresses maps before the catch-all

instead this

@company.tld all-users(a)company.tld


fill this:

user1(a)company.tld user1(a)company.tld
user2(a)company.tld user2(a)company.tld
all-users(a)company.tld all-users(a)company.tld
@company.tld all-users(a)company.tld

and it's works !

Many thanks for your helps



On 01/07/2010 18:51, Markus Sch�nhaber wrote:
> 01.07.2010 18:13, David Touzeau:
>
>> THanks to explain to me the process but what is for you the best
>> settings to fix the situation ?
>
> Hm, I have already said what I consider the best fix for the situation:
> get rid of the catch-all and implement recipient validation.
>