I have gone thorugh that actualy my scenario is that we have a server through which mails are sent by a PHP script to a server which has postfix as an MTA this postfix server then forwards mails to the network i.e to their destinations. In this scenario how can i achieve my goal with a VERP- encoded sender address.
On 6/12/12, Wietse Venema <wie...@porcupine.org> wrote: > Achal tomar: >> >> This is header of mail that i have received from mailchimp: >> >> Return-Path: >> bounce-mc.us2_6034522.1358370-achal.tomar58=gmail....@mail76.us2.mcsv.net> > > That is a VERP-encoded sender address. > > This combines the sender > > bounce-mc.us2_6034522.1358...@mail76.us2.mcsv.net > > with the recipient: > > achal.toma...@gmail.com > > See: http://en.wikipedia.org/wiki/Variable_envelope_return_path > > Also: http://www.postfix.org/VERP_README.html > > Wietse >