From: rstubbe at sit dot nl Operating system: Solaris 9 PHP version: 4.3.8 PHP Bug Type: Apache related Bug description: when Apache in SSL, Warning: mail(): Could not execute mail delivery program
Description: ------------ When the Apache server is started with SSL support when calling the mail() function the following error occures: Warning: mail(): Could not execute mail delivery program '/usr/lib/sendmail -t -i ' in /export/home/digiprin/digiprints.nl/index.php on line 1266 NOTE: the problem does not occure when the apache server is started without SSL support Sendmail is the latest version 8.12.11 Apache is the latest version 2.0.50 Reproduce code: --------------- mail($email, "Uw bestelling",$message,$header); Expected result: ---------------- email to be send Actual result: -------------- Warning: mail(): Could not execute mail delivery program '/usr/lib/sendmail -t -i ' in /export/home/digiprin/digiprints.nl/index.php on line 1266 -- Edit bug report at http://bugs.php.net/?id=29269&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=29269&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=29269&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=29269&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=29269&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=29269&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=29269&r=needscript Try newer version: http://bugs.php.net/fix.php?id=29269&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=29269&r=support Expected behavior: http://bugs.php.net/fix.php?id=29269&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=29269&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=29269&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=29269&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29269&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=29269&r=dst IIS Stability: http://bugs.php.net/fix.php?id=29269&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=29269&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=29269&r=float