Gmail users can get virtually unlimited email addresses by using $name+$suffix@gmail.com ("plus addressing").
I'd like to have that for my own mail server, which is running Postfix. The mailbox and alias data are stored in a MySQL database.
I suspect that the alias configuration needs to be modified, so that user+foo@example.org gets mapped to the user@example.org mailbox, but I fail to find out how.
So, is it possible? How?