Hello,
I had an Exim config snippet that allowed me to forward a specific local part in all hosted domains to a fixed address (also hosted, of course).
What I'm trying to achieve is the following:
All [email protected] messages should be redirected to [email protected]
This would be some kind of pseudo code:
forward:
driver = redirect
domains = +local_domains
local_parts = "catchall"
data = [email protected]
Can you help me with the syntax of this ?
Regards
I had an Exim config snippet that allowed me to forward a specific local part in all hosted domains to a fixed address (also hosted, of course).
What I'm trying to achieve is the following:
All [email protected] messages should be redirected to [email protected]
This would be some kind of pseudo code:
forward:
driver = redirect
domains = +local_domains
local_parts = "catchall"
data = [email protected]
Can you help me with the syntax of this ?
Regards