maybe i'm blind, but is it really impossible to disable the automatically added "php_admin_value sendmail_path" setting in the vhost.
I have no postfix on my server and send mails via msmtp (added as sendmail path in php.ini) and this:
I don't see any possibility to change this behavior with php enabled. This should be an option, because not everyone that runs a webserver runs the mailserver on the same machine.
I can change it in the script, but i think it will be overwritten on next update.
Question
vrt
Hello,
maybe i'm blind, but is it really impossible to disable the automatically added "php_admin_value sendmail_path" setting in the vhost.
I have no postfix on my server and send mails via msmtp (added as sendmail path in php.ini) and this:
$php_options_text .= ' php_admin_value sendmail_path "/usr/sbin/sendmail -t -f '.$cmail.'"' . PHP_EOL; ( In cron_tasks.inc.http.10.apache.php)
overwrites my settings for every domain.
I don't see any possibility to change this behavior with php enabled. This should be an option, because not everyone that runs a webserver runs the mailserver on the same machine.
I can change it in the script, but i think it will be overwritten on next update.
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.