Actions
Bug #47774
closedInstalltool System environment -> false negative on mail
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2013-05-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Mail program not found or not executable sendmail_path = /usr/sbin/sendmail -t -i This may be critical to TYPO3's use of the mail() function. Please be sure that the mail() function in your php-installation works. If installation is completed, the mail system can be tested in the install tool.
sendmail and mail are present on cli.
cheers David
Updated by d.ros no-lastname-given over 11 years ago
BTW: Testmail sending from installtool works.
Updated by Michael Voehringer over 11 years ago
Same on my system, but i think its an problem with the "open_basedir" setting, which prevents to open /usr/sbin/sendmail. Sending mail still works.
Is there an option to disable this test?
Updated by Bernhard Eckl over 11 years ago
Same on my system (Debian Squeeze with Plesk 11 and Postfix).
Updated by Jan Loderhose over 11 years ago
[Mon May 27 09:39:20 2013] [error] [client xxx] PHP Warning: is_executable(): open_basedir restriction in effect.
One should consider to dump this check.
Updated by Christian Kuhn over 11 years ago
- Status changed from New to Resolved
The test will be removed from SystemEnvironment with #49357 ... closing this issue here as duplicate.
Actions