RE: [PHP] mail() and qmail

2002-03-14 Thread Rick Emery

I use qmail with PHP on a RH v 7.0 system.  Works like a charm.

I compiled/installed qmail from source.  Installed RH, Apache, PHP from
RPMs.

I'm not at my home-office, where I have this set-up, so I cannot provide you
with my set-up info.  I dod not use vpopmail yet, but I will soon instll it
and qmail-popd3.

-Original Message-
From: Daniel Reichenbach [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 14, 2002 5:42 AM
To: Php-General
Subject: [PHP] mail() and qmail


Hy list,

seems like my PHP installation won't send mails with qmail. I'm using
it with vpopmail. As suggested in the manual nots for mail() I tried
using both /path/to/qmail/bin/sendmail -t -i and directly using
/path/to/qmail/bin/qmail-inject for sendmail_path in php.ini.

Anyway ... it doesn't send mails, there even are no error messages
in both php log an qmail log.

Anybody on the list using qmail who could help?

Daniel


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] mail() and qmail

2002-03-14 Thread Daniel Reichenbach

 I use qmail with PHP on a RH v 7.0 system.  Works like a charm.
Same here, RH 7.0 with some updates from RPM.
 
 I compiled/installed qmail from source.  Installed RH, 
Apache and PHP from source, too.

Do you have a possibility to look at a phpinfo() page? There the
option your php version uses for sendmail_path should be visible?
Would be interesting to know what parameters your php version
uses. Mine uses sendmail -t -i.

Daniel


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] mail() and qmail

2002-03-14 Thread Jason Wong

On Thursday 14 March 2002 22:56, Daniel Reichenbach wrote:
  I use qmail with PHP on a RH v 7.0 system.  Works like a charm.

 Same here, RH 7.0 with some updates from RPM.

  I compiled/installed qmail from source.  Installed RH,

 Apache and PHP from source, too.

 Do you have a possibility to look at a phpinfo() page? There the
 option your php version uses for sendmail_path should be visible?
 Would be interesting to know what parameters your php version
 uses. Mine uses sendmail -t -i.

I'm using qmail and these are the settings in php.ini:

--
[mail function]
; For Win32 only.
SMTP = localhost

; For Win32 only.
sendmail_from = [EMAIL PROTECTED]

; For Unix only. You may supply arguments as well (default: 'sendmail -t -i').
;sendmail_path =
--


In other words it's the default settings.

RH7.1, php-4.0.6, qmail 1.03

-- 
Jason Wong - Gremlins Associates - www.gremlins.com.hk

/*
Post proelium, praemium.
[After the battle, the reward.]
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] mail() and qmail

2002-03-14 Thread Jim Koutoumis

qmail here, working fine.

I have the following set in php.ini :
sendmail_path   =/var/qmail/bin/qmail-inject

Jim.

Jason Wong [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]...
 On Thursday 14 March 2002 22:56, Daniel Reichenbach wrote:
   I use qmail with PHP on a RH v 7.0 system.  Works like a charm.
 
  Same here, RH 7.0 with some updates from RPM.
 
   I compiled/installed qmail from source.  Installed RH,
 
  Apache and PHP from source, too.
 
  Do you have a possibility to look at a phpinfo() page? There the
  option your php version uses for sendmail_path should be visible?
  Would be interesting to know what parameters your php version
  uses. Mine uses sendmail -t -i.

 I'm using qmail and these are the settings in php.ini:

 --
 [mail function]
 ; For Win32 only.
 SMTP = localhost

 ; For Win32 only.
 sendmail_from = [EMAIL PROTECTED]

 ; For Unix only. You may supply arguments as well (default:
'sendmail -t -i').
 ;sendmail_path =
 --


 In other words it's the default settings.

 RH7.1, php-4.0.6, qmail 1.03

 --
 Jason Wong - Gremlins Associates - www.gremlins.com.hk

 /*
 Post proelium, praemium.
 [After the battle, the reward.]
 */



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php