is there way to specify wildcard aliases in postfix virtual table?
eg.
support+*@foo.bar
gets sent to
support+*@bar.foo
in this way i want to achieve that all mails with a [email protected] address get redirected to another server..
thanks!
Use a
regex table
orpcre_table
as one of youralias_maps
(orvirtual_alias_maps
). You consider usingtransport_maps
if you want the mail delivered to another box without aliasing.