Hi Martyn,
> I recently moved a site from a RaQ550 onto a CentOS/BQ4.7 box.
> The site uses PHP to generate emails - which have now stopped.
> Path to sendmail in php.ini is fine.
>
> Is there some generic way of fixing this?
Edit php.ini and find the line that starts with ...
sendmail_path = ....
If it's commented out, remove the leading ";" and change it to this:
sendmail_path = /usr/sbin/sendmail -t -i -f admin
After the change restart Apache:
/etc/init.d/httpd restart
That should fix it.
--
With best regards,
Michael Stauber
http://www.solarspeed.net