From: bugs dot php dot net at phoenixdigital dot com Operating system: Freebsd 4.9 Stable PHP version: 4.3.4 PHP Bug Type: *Configuration Issues Bug description: cannot set sendmail_path in httpd.conf
Description: ------------ Hi, We are having trouble getting emails sent from php to set the return-path header in messages. This is important as we host many sites from our servers and want bounces to go to the hosted sites address rather than our system address. adding this line to the virtual host section in the apache conf. php_value sendmail_path '/usr/sbin/sendmail -t -i -f [EMAIL PROTECTED]' then checking the a page with phpinfo() in it the change is not visible. We can set this value in the php.ini file perfectly but however we cannot set it on a site by site basis in the virtual hosts directive. -- Edit bug report at http://bugs.php.net/?id=28454&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=28454&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=28454&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=28454&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=28454&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=28454&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=28454&r=needscript Try newer version: http://bugs.php.net/fix.php?id=28454&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=28454&r=support Expected behavior: http://bugs.php.net/fix.php?id=28454&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=28454&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=28454&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=28454&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28454&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=28454&r=dst IIS Stability: http://bugs.php.net/fix.php?id=28454&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=28454&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=28454&r=float
