I forward some incoming emails.
If a forwarded email bounces, I want the bounce to come to me, not to
the email's originator.
In the router I thought of having
return_path = bounce@???
but reading the Exim documentation I see Return-Path is a Transport
option, not a Router option.
The router has:
driver = redirect
I have no "redirect" Transport in which I could include
return_path = bounce@???
How can I get bounces on redirected mail to come to me, not the email's
originator ?
Thank you.
--
Paul.
England,
EU.
Our systems are exclusively Linux. No Micro$oft Windoze here.