From owner-freebsd-questions@FreeBSD.ORG Sun Dec 14 18:53:11 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 2EB1816A4CE for ; Sun, 14 Dec 2003 18:53:11 -0800 (PST) Received: from fed1mtao07.cox.net (fed1mtao07.cox.net [68.6.19.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 070DE43D2D for ; Sun, 14 Dec 2003 18:53:10 -0800 (PST) (envelope-from brently@bjwcs.com) Received: from SAMBA ([68.98.26.35]) by fed1mtao07.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031215025305.PUHM14590.fed1mtao07.cox.net@SAMBA> for ; Sun, 14 Dec 2003 21:53:05 -0500 From: "Brent Wiese" To: Date: Sun, 14 Dec 2003 19:52:39 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Thread-Index: AcPCtgoKzWrShKVKROO8M1TsnoyPqA== Message-Id: <20031215025305.PUHM14590.fed1mtao07.cox.net@SAMBA> Subject: 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 02:53:11 -0000 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