Re: [OT] qmail & php

2001-06-07 Thread shashi joshi
do a phpinfo() from your browser, and see what is sendmail_path configured to if it is sendmail -t -i that is your problem. the sendmail wrapper of qmail does not take all options that sendmail takes. remove all options and then it should work. shashi joshi --- Joel Uckelman <[EMAIL PROTECTED

Re: [OT] qmail & php

2001-06-06 Thread cfm
On Wed, Jun 06, 2001 at 06:43:03PM -0500, Joel Uckelman wrote: > Quoth "Bill Andersen": > > OK, I hate to go back "on list" with this, but since I got about > > 30 replies, it's easier to go back to the list then to reply to each > > of you. THANKS for all the replies though. > > > > Almost all

Re: [OT] qmail & php

2001-06-06 Thread Joel Uckelman
Quoth "Bill Andersen": > OK, I hate to go back "on list" with this, but since I got about > 30 replies, it's easier to go back to the list then to reply to each > of you. THANKS for all the replies though. > > Almost all the replies were "did you set up links to qmail's sendmail > wrapper"... Ye

RE: [OT] qmail & php

2001-06-06 Thread Bill Andersen
une 06, 2001 2:49 PM To: Gordon McDowall; Bill Andersen; [EMAIL PROTECTED] Subject: RE: [OT] qmail & php I have a machine with apache_mod_ssl+php4+mod_jk and the MTA is qmail and i have yet to have any problems using php scripts on it. I am using a FreeBSD 4.1.1 Box and for the sendmail mailwr

RE: [OT] qmail & php

2001-06-06 Thread Bill Andersen
!) >-Original Message- >From: Michael Geier [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, June 06, 2001 1:47 PM >To: Gordon McDowall; Bill Andersen; [EMAIL PROTECTED] >Subject: RE: [OT] qmail & php > > >you must install php pre-qmail. > >PHP compiles with the

Re: [OT] qmail & php

2001-06-06 Thread Balazs Nagy
On Wed, Jun 06 2001, Bill Andersen <[EMAIL PROTECTED]> wrote: > When I installed qmail, I obviously removed sendmail. Now > when I build php(4) and try to use the the mail() function, > I get "mail() not supported in this PHP build" because > sendmail was not found during the configure (I assume

RE: [OT] qmail & php

2001-06-06 Thread Jeremy Suo-Anttila
7;s sendmail binary using one of the methods below Good Luck Jps -Original Message- From: Gordon McDowall [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 10:50 AM To: Bill Andersen; [EMAIL PROTECTED] Subject: Re: [OT] qmail & php I have a machine with php and qmail on

RE: [OT] qmail & php

2001-06-06 Thread Michael Geier
t" in php.ini This is how I did it and it works great on a machine with big.concurrency patch and 400 remote processes. -Original Message- From: Gordon McDowall [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 10:50 AM To: Bill Andersen; [EMAIL PROTECTED] Subject: Re: [OT] q

RE: [OT] qmail & php

2001-06-06 Thread Hank Wethington
reside, but these are common defaults. Should make php think sendmail is installed. It worked for me. Hank -Original Message- From: Gordon McDowall [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 8:50 AM To: Bill Andersen; [EMAIL PROTECTED] Subject: Re: [OT] qmail & php

Re: [OT] qmail & php

2001-06-06 Thread Gordon McDowall
, 2001 3:28 PM Subject: [OT] qmail & php > When I installed qmail, I obviously removed sendmail. Now > when I build php(4) and try to use the the mail() function, > I get "mail() not supported in this PHP build" because > sendmail was not found during the configure (I as

[OT] qmail & php

2001-06-06 Thread Bill Andersen
When I installed qmail, I obviously removed sendmail. Now when I build php(4) and try to use the the mail() function, I get "mail() not supported in this PHP build" because sendmail was not found during the configure (I assume). The only reference I could find in the php archives was to put "sen