I want to use VERP to handle email bounces for my web application which does list emails.
Can postfix alias map use wildcards?
I want to have a catch-all account for bounces only, so could I have something like
bounce-catch+*@mydomain.com bouncecatch
so that every bounce-catch+recipeint=email.com@mydomain.com goes to bouncecatch?
Do I even have to do this or will postfix handle it automatically?