On Mon, Jun 11, 2012 at 4:27 PM, Wietse Venema <[email protected]> wrote:
> achal tomar: > > So wietse can how can i send mail with PHP script to my mail server which > > has postfix on it so that the return path of mails send has the > following:- > > > > Assume there is a user called [email protected] and that an individual, > > [email protected] has has to be send mai. > > > > - return path: [email protected] > > - recipient: [email protected] > > As documented in VERP_README, it is POSTFIX that will transform > the sender address > > initial sender: [email protected] > > transformed sender: [email protected] > > Wietse > how can postfix change address of users who are sending mails by a php script to my postfix server and my postfix server is sending their mails to their destination addresses.In the VERP_README i cannot find a way to do this.As i have thousands of users who send mail through the php script to my postfix server.
