php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35087 sendmail_path -f not longer work [Return-Path:]
Submitted: 2005-11-03 17:24 UTC Modified: 2005-11-03 20:59 UTC
From: rautenberg at inetsolutions dot de Assigned:
Status: Not a bug Package: PHP options/info functions
PHP Version: 4.4.1 OS: 2.6.4-52-smp
Private report: No CVE-ID: None
 [2005-11-03 17:24 UTC] rautenberg at inetsolutions dot de
Description:
------------
In php.ini i'v defined a sendmail path so that any errormail have an "Return-Path:".

php.ini:
sendmail_path = /usr/sbin/sendmail -f error@inetsolutions.de

with PHP 4.3.X it works fine but with 4.4.1:

postfix at my "php-server" send a mail to the indicated mailadress (error@inetsolutions.de)

<unknown>: No recipients specified

How can i solve this?
Is sendmail_path -f not present anymore?

Reproduce code:
---------------
mail("martin@inetsolutions.de", "test",$message,"From: info@inetsolutions.de\n");

Expected result:
----------------
An errormail was sent with
<unknown>: No recipients specified


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-11-03 20:59 UTC] sniper@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 07:01:28 2024 UTC