On Mon, 10 Sep 2001 17:11, Badger wrote:

> Yes, running RH ditribution 7.1, PHP 4.0.6 compile from source, and
> sendmail 8.10.11.0.rpm (note that I would like to use my dmail smtp
> server and only installed sendmail to troublshoot this problem.
>
> here in my php build:
> ----------------------------------

<SNIP config flags>

>
>  Here are the sendmail_path entries I've tried in my php.ini:
>
> -----
> ; For Unix only.  You may supply arguments as well (default: 'sendmail
> -t -i'). ;sendmail_path =
> ----
> sendmail_path = /usr/sbin
> ----
> sendmail_path = ".:/usr/sbin"
> ----
>
> After each change to my php.ini, I restart my Apache (1.3.20) server
> and run phpinfo() to ensure changes are accpeted - they always are.


this could be a big part of your problem - you need the full path to 
sendmail, including the filename.

For example, mine is 
sendmail_path   =       /usr/sbin/sendmail -t -i 

-- 
David Robley      Techno-JoaT, Web Maintainer, Mail List Admin, etc
CENTRE FOR INJURY STUDIES      Flinders University, SOUTH AUSTRALIA  

   Press all the keys at once to continue...

-- 
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