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?

link|improve this question
feedback

1 Answer

This is all described in http://www.postfix.org/VERP_README.html

So yes, you can have bounce-catch@mydomain.com bouncecatch in your virtual_alias_maps. See that there is no asterisk and no plus on the left-hand side because the plus already implies the asterisk.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.