On 24/02/07, Luca Bertoncello <bertoncello@???> wrote:
>
> Has someone already solved this problem and can send me a "little HowTo", to
> implement SRS on Exim?
1. Find the 'redirect' router which is handling the forwarding, and add
srs = forward
to it. This will cause the return-path to be rewritten on mail that
you're forwarding.
2. Add an extra router which rewrites SRS return parts back to their
original form, such as
srs_router:
driver=redirect
srs=reverseandforward
data=${srs_recipient}
3, Add in the main section of your config
srs_secret = <a random string>
That should get you going. See experimental_spec,txt (online at
http://www.exim.org/eximwiki/SRS) for more options.
Peter
--
Peter Bowyer
Email: peter@???