View Single Post
Old 04-06-2004, 04:00 PM   #2 (permalink)
Jonathan Lee
Inactive
 
Join Date: 03-07-04
Location: San Francisco, CA
Posts: 29
iTrader: 0 / 0%
Latest Blog:
None

Jonathan Lee is on the right pathJonathan Lee is on the right pathJonathan Lee is on the right path
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.
Jonathan Lee is offline   Reply With Quote