There is a very simple solution.
All you have to do is just add the below at "/etc/aliases"
I assumed the below.
one address (announced target address) = stackoverflow
5 other addresses = user1, user2, user3, user4, user5
[step 0] check if the below line is existed at your "/etc/postfix/main.cf" file.
alias_database = hash:/etc/aliases
[step 1] modify alias file of the system, just add the below
stackoverflow: user1, user2, user3, user4, user5
[step 2] apply alias
$ newaliases
Note that "stackoverflow" can be both virtual username and actual one.
If it is aactual user and it also want to get origin email, just modify it as the below.
stackoverflow: stackoverflow, user1, user2, user3, user4, user5