From: karthur at kzoo dot edu Operating system: Solaris 8 PHP version: 4.3.6 PHP Bug Type: iPlanet related Bug description: mail() resource problem
Description: ------------ mail() stops working a few minutes after Sunone 6 web server starts, which makes this look like a resource problem... Config line: "./configure --with-mysql=/usr/local/mysql --with-nsapi=/home/netscape/servers --enable-track-vars --enable-libgcc --with-ldap" Note that mail() does work briefly after web server is restarted so it doesn't seem to be a configuration problem. Reproduce code: --------------- <?php mail("[EMAIL PROTECTED]", "Test Subject", "Test Body"); ?> Expected result: ---------------- expect to receive an email Actual result: -------------- no email received I get no php or system errors but the following error shows up in the IPlanet logs: "trying to GET /is/sys net/test/email.php, php4_execute reports: PHP Warning: mail(): Could not execute mail delivery program '/usr/lib/sendmail -t'" -- Edit bug report at http://bugs.php.net/?id=28748&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=28748&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=28748&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=28748&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=28748&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=28748&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=28748&r=needscript Try newer version: http://bugs.php.net/fix.php?id=28748&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=28748&r=support Expected behavior: http://bugs.php.net/fix.php?id=28748&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=28748&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=28748&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=28748&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28748&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=28748&r=dst IIS Stability: http://bugs.php.net/fix.php?id=28748&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=28748&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=28748&r=float