In Progress Exim redirect routed

mlopez

Well-Known Member
Dec 17, 2020
76
13
8
Maldonado - Uruguay
cPanel Access Level
Root Administrator
Twitter
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