Re: [PHP] note to PHP developers

2001-07-17 Thread Nathan Cook

On a side note, qmail has a wrapper that pretends to be sendmail. You can
overwrite the /bin/mail with it and it will behave and accept mail just like
sendmail, but send it through qmail-smtp.

Nathan Cook
[EMAIL PROTECTED]

- Original Message -
From: Michael Geier, CDM Systems Admin [EMAIL PROTECTED]
To: PHP Mailing List [EMAIL PROTECTED]
Sent: Tuesday, July 17, 2001 9:20 AM
Subject: [PHP] note to PHP developers


 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]






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




Re: [PHP] note to PHP developers

2001-07-17 Thread teo

Hi Michael!
On Tue, 17 Jul 2001, Michael Geier, CDM Systems Admin wrote:

 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???
 
Install FreeBSD
it has mailwrapper ;)

-- teodor

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




Re: [PHP] note to PHP developers

2001-07-17 Thread Michael Hall


Me too. I've never had a problem with Postfix. It just dropped in in Sendmail's
place and has worked wonderfully ever since. Great piece of software.

Mick

On Wed, 18 Jul 2001, Christopher Allen wrote:
 Also, postfix works fine for me...
 
 
  On a side note, qmail has a wrapper that pretends to be sendmail. You can
  overwrite the /bin/mail with it and it will behave and accept mail just
 like
  sendmail, but send it through qmail-smtp.
 
   - changed php.ini path - qmail path
 
 
 
 -- 
 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]


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




RE: [PHP] note to PHP developers

2001-07-17 Thread Jason Murray

 Me too. I've never had a problem with Postfix. It just 
 dropped in in Sendmail's place and has worked wonderfully 
 ever since. Great piece of software.

I was led to believe Postfix is what Qmail evolved into?

Jason
(running Postfix from day 1, no problems at all with it...)

-- 
Jason Murray
[EMAIL PROTECTED]
Web Developer, Melbourne IT
Work now, freak later!

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




RE: [PHP] note to PHP developers

2001-07-17 Thread Michael Hall

No, they're two seperate things. In addition to being incredibly easy to
install and configure, Postfix can be made fairly secure and it has a better
(=more 'open') license of some kind. 

Mick

On Wed, 18 Jul 2001, Jason Murray wrote:
  Me too. I've never had a problem with Postfix. It just 
  dropped in in Sendmail's place and has worked wonderfully 
  ever since. Great piece of software.
 
 I was led to believe Postfix is what Qmail evolved into?
 
 Jason
 (running Postfix from day 1, no problems at all with it...)
 
 -- 
 Jason Murray
 [EMAIL PROTECTED]
 Web Developer, Melbourne IT
 Work now, freak later!
 
 -- 
 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]
-- 
Michael Hall
mulga.com.au
[EMAIL PROTECTED]
ph/fax (+61 8) 8953 1442
ABN 94 885 174 814

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