I have noticed on the list over the past two months, an increasing number of
problems with the mail() function.

Mostly, people having this problem don't have sendmail installed.  It would
seem that PHP's mail() function was written around sendmail.  Is there a way
to resolve this, with either configuration flags or by re-writing the mail()
function install to look for alternative MTAs???

Just thought I would point it out.

My solution:

        - OS RH 7.1 w/Sendmail install
        - installed PHP 4.x
        - removed Sendmail
        - installed Qmail
        - changed php.ini path -> qmail path

---
Michael Geier
CDM Sports, Inc. - Systems Administrator
    email: [EMAIL PROTECTED]
    phone: 314.991.1511 x 6505
    pager: 314.318.9414


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to