From owner-freebsd-questions@FreeBSD.ORG Mon Dec 15 07:02:53 2003 Return-Path: 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 C83A016A4DA for ; Mon, 15 Dec 2003 07:02:53 -0800 (PST) Received: from ns1.tcbug.org (12-218-40-24.client.mchsi.com [12.218.40.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADFCD43D1F for ; Mon, 15 Dec 2003 07:02:52 -0800 (PST) (envelope-from friar_josh@ns1.tcbug.org) Received: by ns1.tcbug.org (Postfix, from userid 1003) id A3CEEBA24; Mon, 15 Dec 2003 09:02:18 +0000 (GMT) Date: Mon, 15 Dec 2003 09:02:17 +0000 From: Josh Paetzel To: Brent Wiese Message-ID: <20031215090217.GA2482@ns1.tcbug.org> References: <20031215025305.PUHM14590.fed1mtao07.cox.net@SAMBA> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031215025305.PUHM14590.fed1mtao07.cox.net@SAMBA> User-Agent: Mutt/1.4.1i cc: freebsd-questions@freebsd.org Subject: Re: Sending email via PHP mail command in jail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 15:02:53 -0000 On Sun, Dec 14, 2003 at 07:52:39PM -0700, Brent Wiese wrote: > I have a 4.9 system running various jails. > > My clients want to be able to send confirmation emails via PHP's mail() > command. > > Postfix doesn't seem to install right in the jail. > > I found a program called mini-sendmail and compiled it to use a relay server > I have... It works fine from command line, but terminates oddly when called > from php. > > Any suggestions? > > I don't need an SMTP daemon running, just the ability to send confirmation > messages. Like I mentioned above, I have a relay box I can use if the > solution is something like mini-sendmail. > > Thanks, > Brent > > put SMTP = my.relay.mail.box into your /usr/local/etc/php.ini Josh Paetzel