我有一个使用 Postfix 和 MySQL 数据库来配置域、帐户和别名的设置。
我可以在使用邮件时设置一个包罗万象的地址@example.com并将其转发到account@example.com.
现在我想要一个更高级的包罗万象,比如user-%@example.comforward all toalice@example.com和prod-%@example.comforward to bob@example.com。%应该是任何字母数字组合,例如user-1@example.comor prod-asdf@example.com。
这是可能的还是我需要更改我的设置?