Muzammel Asghar wrote: >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]
That's exactly what the suggested setting will do - and I suggested it last Friday. The mail script can set what it likes in the message body (ie the From: header the user sees), but the above setting will force the envelope sender address (which is what the various tools work with) to be a specific address for each site defined on your Apache server. -- Simon Hobson Visit http://www.magpiesnestpublishing.co.uk/ for books by acclaimed author Gladys Hobson. Novels - poetry - short stories - ideal as Christmas stocking fillers. Some available as e-books. _______________________________________________ Users mailing list [email protected] http://lists.policyd.org/mailman/listinfo/users
