ID: 28530 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: Mail related Operating System: FreeBSD 4.10-PRERELEASE PHP Version: 4.3.6 New Comment:
Cenario: FreeBSD 4.10, Apache 1.3.31, PHP 4.3.6 and postfix. When we try to execute that code (even on console), the mail is not being sent to the destination mail because - for some strange reason - mail() is sending an empty RCPT TO to postfix. I've tested using sendmail (another machine with same cenario, except for postfix) and the mail goes ok. Previous Comments: ------------------------------------------------------------------------ [2004-05-26 17:46:17] [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. ------------------------------------------------------------------------ [2004-05-26 17:19:22] [EMAIL PROTECTED] Description: ------------ mail() is not sending mails correctly using postfix Reproduce code: --------------- <?php mail('[EMAIL PROTECTED]', 'foo', 'bar'); ?> Expected result: ---------------- May 26 10:57:51 <machine> postfix/cleanup[50047]: 3D1A43B0: to=<[EMAIL PROTECTED]> (...) Actual result: -------------- May 26 10:57:51 <machine> postfix/cleanup[50047]: 3D1A43B0: to=<unknown>, relay=none, delay=0, status=bounced (No recipients specified) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=28530&edit=1