Hi all
after trying to solve this one with my provider, they asked me to post here as they don't know what the problem is. I'm working on a development server, so I need exim to reroute ANY and ALL outgoing emails to a single external email address, so that no email can go out to original recipient.
Looking online, it seems this code does what I need
catch_all_outgoing:
driver = redirect
data = [email protected]
Looking at the Exim Configuration Manager, I tried to implement this code in the ROUTESTART, but also in other sections, and every time WHM generates this error
"option setting expected: driver = redirect"
I can't find an explanation for this, or how else to do what I need to do. Anyone that can help or was in similar situation and can point me in the right direction?
Thanks!
after trying to solve this one with my provider, they asked me to post here as they don't know what the problem is. I'm working on a development server, so I need exim to reroute ANY and ALL outgoing emails to a single external email address, so that no email can go out to original recipient.
Looking online, it seems this code does what I need
catch_all_outgoing:
driver = redirect
data = [email protected]
Looking at the Exim Configuration Manager, I tried to implement this code in the ROUTESTART, but also in other sections, and every time WHM generates this error
"option setting expected: driver = redirect"
I can't find an explanation for this, or how else to do what I need to do. Anyone that can help or was in similar situation and can point me in the right direction?
Thanks!
Last edited by a moderator: