[PHP] mail problem Sendmail 8.12.4

2002-10-08 Thread Devin Atencio


I am trying to get PHP to send mail through my FreeBSD machine
and my machine is running Sendmail 8.12.4, and I have the path
to sendmail in my /usr/local/lib/php.ini. I am using PHP 4.2.3
but it fails to send mail. My /var/log/maillog shows the attempt
but nothing happens:

Oct  8 11:12:18 stardust sendmail[84142]: g98HCIsQ084142: from=nobody,
size=331, class=0, nrcpts=0,
msgid=[EMAIL PROTECTED],
relay=nobody@localhost

Any ideas about what could be going on here? 

Devin Atencio





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




Re: [PHP] mail problem Sendmail 8.12.4

2002-10-08 Thread Adam Voigt

In your sendmail path, do you have -t -i appended to the path?
Like: /usr/bin/sendmail -t -i

Adam Voigt
[EMAIL PROTECTED]

On Tue, 2002-10-08 at 13:15, Devin Atencio wrote:
 
 I am trying to get PHP to send mail through my FreeBSD machine
 and my machine is running Sendmail 8.12.4, and I have the path
 to sendmail in my /usr/local/lib/php.ini. I am using PHP 4.2.3
 but it fails to send mail. My /var/log/maillog shows the attempt
 but nothing happens:
 
 Oct  8 11:12:18 stardust sendmail[84142]: g98HCIsQ084142: from=nobody,
 size=331, class=0, nrcpts=0,
 msgid=[EMAIL PROTECTED],
 relay=nobody@localhost
 
 Any ideas about what could be going on here? 
 
 Devin Atencio
 
 
 
 
 
 -- 
 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 problem Sendmail 8.12.4

2002-10-08 Thread Devin Atencio

Yes I do have -t -i at the end of the path but it still doesn't
work. Any other ideas?

On Tue, 2002-10-08 at 11:17, Adam Voigt wrote:
 In your sendmail path, do you have -t -i appended to the path?
 Like: /usr/bin/sendmail -t -i
 
 Adam Voigt
 [EMAIL PROTECTED]
 
 On Tue, 2002-10-08 at 13:15, Devin Atencio wrote:
  
  I am trying to get PHP to send mail through my FreeBSD machine
  and my machine is running Sendmail 8.12.4, and I have the path
  to sendmail in my /usr/local/lib/php.ini. I am using PHP 4.2.3
  but it fails to send mail. My /var/log/maillog shows the attempt
  but nothing happens:
  
  Oct  8 11:12:18 stardust sendmail[84142]: g98HCIsQ084142: from=nobody,
  size=331, class=0, nrcpts=0,
  msgid=[EMAIL PROTECTED],
  relay=nobody@localhost
  
  Any ideas about what could be going on here? 
  
  Devin Atencio
  
  
  
  
  
  -- 
  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 problem Sendmail 8.12.4

2002-10-08 Thread Chris Hewitt

Devin Atencio wrote:

to sendmail in my /usr/local/lib/php.ini. I am using PHP 4.2.3
but it fails to send mail. My /var/log/maillog shows the attempt
but nothing happens:

Oct  8 11:12:18 stardust sendmail[84142]: g98HCIsQ084142: from=nobody,
size=331, class=0, nrcpts=0,
msgid=[EMAIL PROTECTED],
relay=nobody@localhost

Can an ordinary user send email? It sounds from the nobody@localhost as 
though it may not be configured. The From address may need to be a 
real user.

HTH
Chris


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