How do I route all emails directed to user-*@example.com (i.e. user-1234@example.com) to a pipe command in Postfix? The idea is to create craigslist-style anonymization by assigning dynamic email aliases to each user. I can't seem to find relevant information in the documentation, however.
|
feedback
|
|
Okay. And now a different approach. Put a new transport in
you can extend/modify the parameters as you like. Then (to eliminate pcre) you can use regexp to do the "catch-thing" in
And in
Reload Postfix with | |||
|
feedback
|
|
First check if you have pcre compiled into Posfix with
and in
and in
Don't forget to | |||||||
feedback
|