Hi

I think you not whole read/understand my problem. I not want to use any
static return path, or not to fix static header, as in my case two many
sites which has different mail scripts and from headers are different, i
just want that is there some any setting in php mail function or apache side
to use the actual from header

like site 1 mail scripts use from headers = [email protected]
and site 2 mail scripts use from headers = [email protected]

So above sites codes has different from headers, so i want that policyd
count the above real from headers of sites, instead of static one like
[email protected]

Thanks

On Wed, Jul 7, 2010 at 12:32 PM, Alexander Dalloz
<[email protected]<ad%[email protected]>
> wrote:

>
> You have to understand the difference between From: header and the
> envelope from. Don't think that is clear to you.
>
> You can instruct your Apache to set a static envelope from when using
> PHP (sendmail submission, rather than using SMTP):
>
> php_admin_value sendmail_path "/usr/sbin/sendmail -t -i
> [email protected]"
>
> Alexander
>
> _______________________________________________
> Users mailing list
> [email protected]
> http://lists.policyd.org/mailman/listinfo/users
>
_______________________________________________
Users mailing list
[email protected]
http://lists.policyd.org/mailman/listinfo/users

Reply via email to