RE: Sendmail and mymail

2003-03-23 Thread Jonas Fornander

Problem solved.

In the php.ini file the default setting (if sendmail_path is commented
out) is sendmail -t -i.
I configured sendmail_path to /usr/sbin/sendmail (without the flags) so
mymail didn't send the recipient to sendmail.

Jonas Fornander - System Administrator
Netwood Communications, LLC - www.netwood.net
Find out why we're better - 310-442-1530 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Meyer
 Sent: Saturday, March 22, 2003 9:37 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Sendmail and mymail
 
 
 Jonas Fornander schrieb:,
 
  We upgraded sendmail to the latest version on our fbsd4.7p7 box. We 
  have mymail (a php mailer program) on the same server. Now 
 when we try 
  to send out from mymail, sendmail doesn't send it out. We 
 searched the 
  archives and saw that there has been problems with sendmail and the 
  tightened security however no solution was provided. It 
 seems like the 
  php function mail() doesn't work correctly.
 
 it works fine here.
 sendmail-8.12.8 / php-4.3.1
 
 sendmail[84990]: h2N5ReMw084990: from=www, size=2254, 
 class=0, nrcpts=1,
   msgid=[EMAIL PROTECTED], [EMAIL PROTECTED]
 sm-mta[84991]: h2N5ReaB084991: from=[EMAIL PROTECTED], size=2630, 
 class=0, nrcpts=1,
   msgid=[EMAIL PROTECTED], proto=ESMTP,
   daemon=MTA, [EMAIL PROTECTED]
 sendmail[84990]: h2N5ReMw084990: [EMAIL PROTECTED], 
 ctladdr=www (80/80),
   delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30056,
   relay=xxx,
 
 do you need register_globals = On for you application? 
 Defaults are now Off,  but some application may need the 
 old/unsafe) style. please check your php.ini.
 
 What errors do you get?
 
 kind regards Dirk
 
 - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany
 - 
 [EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED]
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Sendmail and mymail

2003-03-22 Thread Jonas Fornander

fbsd 4.7p7

We upgraded sendmail to the latest version on our fbsd4.7p7 box. We have
mymail (a php mailer program) on the same server. Now when we try to
send out from mymail, sendmail doesn't send it out. We searched the
archives and saw that there has been problems with sendmail and the
tightened security however no solution was provided. It seems like the
php function mail() doesn't work correctly.

Has anyone run into this and have a solution?

TIA for any suggestions.

Jonas Fornander - System Administrator
Netwood Communications, LLC - www.netwood.net
Find out why we're better - 310-442-1530


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message