I have this in my main.cnf:
alias_maps= regexp:/etc/aliases
Inside that file, I have:
/^reply*$/: jjj
Now, when I send it to reply-124233@mydomain.com, postfix bounces it because
Recipient address rejected: User unknown in local recipient table;
How can I configure my aliases so that people can send reply*@mydomain.com and forward it to jjj@mydomain.com?