ID: 20403 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Bogus +Status: Open Bug Type: Mail related Operating System: Solaris 5.8 PHP Version: 4.3.0-pre2 New Comment:
Here is some additional information. I see no errors when I run the included script from 12 Nov 3:28pm. The mail never comes though. It use to in 4.2 and below. Apache server_software: Apache/2.0.40 (Unix) mod_ssl/2.0.40 OpenSSL/0.9.6e PHP/4.3.0-dev DAV/2 In PHP.ini: SMTP= localhost sendmail_path= '/usr/lib/sendmail' smtp_port=25 Configure command: './configure' '--with-config-file-path=/usr/local/apache2/conf' '--with-apxs2=/usr/local/apache2/bin/apxs' '--disable-debug' '--with-openssl=/usr/local/openssl' '--enable-calendar' '--enable-gcclib' '--enable-inline-optimization' '--enable-rule-SHARED_CODE' '--enable-shared' '--enable-safe-mode' '--enable-track-vars' '--with-mysql' '--with-gd' '--enable-gd-native-ttf' '--enable-freetype-4bit-antialias-hack' '--with-gnu-ld' '--with-zlib-dir=/usr/local/lib' Previous Comments: ------------------------------------------------------------------------ [2002-11-12 15:29:43] [EMAIL PROTECTED] Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. ------------------------------------------------------------------------ [2002-11-12 15:28:02] [EMAIL PROTECTED] The mail function stopped working when I upgraded to the CVS snapshot (the last couple actually). Apparently the message is being sent but not to the receipent? Here's a simple script: <?php mail("[EMAIL PROTECTED]","Test Subject","This is a test.","Reply-To:webmaster@isx .com","[EMAIL PROTECTED]"); ?> Here's the /var/log/maillog: Nov 12 16:22:51 voyager sendmail[29482]: [ID 801593 mail.info] gACLMpx29482: Authentication-Warning: isx.com: nobody set sender to [EMAIL PROTECTED] using -f Nov 12 16:22:51 voyager sendmail[29482]: [ID 801593 mail.info] gACLMpx29482: [EMAIL PROTECTED], size=87, class=0, nrcpts=0, msgid=<[EMAIL PROTECTED]>, relay=nobody@localhost ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=20403&edit=1