Bug in mail alias creation

Hi,

I should have a problem in mail alias creation.
Let’s say I create a virtual server named test.fr.

So, virtualmeans add those lines in /etc/postfix/virtual :

test@test.fr test
test.fr test.fr
hostmaster@test.fr test@localhost
webmaster@test.fr test@localhost
postmaster@test.fr test@localhost
abuse@test.fr test@localhost

Do you see what’s wrong? The first two lines are good, but the other ones are not. Instead of “test@localhost” it should have put just “test” I think. It worked before, so I guess I have touched some config somewhere, don’t find where though…

Anybody can help me finding out what’s wrong?

Thanks.