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