We are using Exim as a filter, with no local deliveries.
What is best way to rewrite the recipient address? I have two situations
1) I want everything that start with test to go to a specific email address:
test*@domain1.com -> [email protected]
[email protected] -> [email protected]
[email protected] -> [email protected]
2) Client is changing their domain from domain2.com to domain3.com, so
*@domain2.com -> *@domain3.com
I have been playing with begin rewrite, no joy, I can't even get one
address to forward
begin rewrite
[email protected] [email protected]
Thanks for your time.
--
John Schmerold
St Louis
--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/