| Now that you have leraned about envelopes and headers, it's time to put it
together: Wenn we want to be notified on bounce-messages, we'll have to do
something with the message envelope since the MTA will never look at the
header itself.
On the other hand: You may do whatever you want with the envelope, and
can still have usable information in the message-header. This is the idea behind
the tutorial here: We will create some sort of a special Envelope-From
that is used when sending the bounce, but we will still have the normal From-Header
for our uses that recieved the mail and are hitting the "Reply"-Button of their
mailclient.
With this, the theoretical part of the tutorial is finished. That's all the magic.
All I'm doing now is to explain you, how I solved the problem in my particular
enviroment. If you don't like the tools used here, follow the steps below with the
tools of your choice.
|