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 [email protected], 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 [email protected]?