From owner-freebsd-questions Mon Aug 19 6:45:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81E5237B400 for ; Mon, 19 Aug 2002 06:45:15 -0700 (PDT) Received: from bouba.alxhost.com (bouba.alxhost.com [66.96.220.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0A0C43E42 for ; Mon, 19 Aug 2002 06:45:14 -0700 (PDT) (envelope-from jimmy.lantz@lusidor.com) Received: from [212.162.175.101] (helo=lusidor2002.lusidor.com) by bouba.alxhost.com with asmtp (Exim 3.35 #1) id 17gmBz-0006nV-00; Mon, 19 Aug 2002 09:03:36 -0400 Message-Id: <5.1.0.14.0.20020819150055.028c8fb8@mail.lusidor.com> X-Sender: lusidor@mail.lusidor.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 19 Aug 2002 15:05:13 +0200 To: Stephen Hovey , rdwestsr@hotpop.com From: Jimmy Lantz Subject: Re: php - sendmail help Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: References: <000501c24740$a4f20a40$0a00a8c0@papabear> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bouba.alxhost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [0 0] X-AntiAbuse: Sender Address Domain - lusidor.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I had the same problem, logs showed that the sender email adress wasnt set properly, i use this and it works. /usr/sbin/sendmail -t -i -f webmaster@domain.com / Jimmy At 08:39 2002-08-19 -0400, you wrote: >Ive found some php installs are configured with a different path to >sendmail than where sendmail is (as in /usr/lib/sendmail instead of >/usr/bin/sendmail) - symlink the one to the other and it will work. > >If you want to see where its looking for sendmail - go to the directory >the apache daemon is in and type > >strings httpd|grep sendmail > > > >On Mon, 19 Aug 2002, RDWestSr@hotpop wrote: > > > hi guys, > > i'm a nooB so plz bare with my ignorance on *nix... > > i've tried about everything i know to get php to mail my addy > > > > i have set php to /usr/sbin/sendmail -t -i and sendmail -t > > > > i use > > > > > > > mail("me@mymail.com", "My Subject", "my message test"); > > > > echo "Mail Sent"; > > > > ?> > > it won't send it echo its sent > > what am i doing wrong here? plz help > > i have apache with mod_php4 on freebsd 4.6 > > > > i can't find where php says i need to setup any other settings or so on... > > tx ahead > > RDWestSr > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message