|
Even if the PHP script specifies the path to sendmail,
it does not matter, since qmail has sendmail binary support.
So having sendmail is not required to make the script work.
You simply link the sendmail binary with the qmail-version of
the sendmail binary with the command:
ln -s /var/qmail/bin/sendmail /usr/sbin/sendmail
After that, any call references to /usr/sbin/sendmail
will be handled by qmail's sendmail emulator.
|