From owner-freebsd-questions@FreeBSD.ORG Sat Dec 20 13:02:26 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 2FD9316A4CE for ; Sat, 20 Dec 2003 13:02:26 -0800 (PST) Received: from cerebellum.za.net (cerebellum.za.net [196.34.172.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA73043D50 for ; Sat, 20 Dec 2003 13:02:24 -0800 (PST) (envelope-from ian@cerebellum.za.net) Received: from [165.165.103.195] (helo=ian) by cerebellum.za.net with asmtp (TLSv1:RC4-MD5:128) (Exim 3.36 #1) id 1AXhfN-000Nly-00 for freebsd-questions@freebsd.org; Sat, 20 Dec 2003 14:01:13 +0000 From: "Ian Barnes" To: Date: Sat, 20 Dec 2003 15:52:51 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: Mail in a 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: Sat, 20 Dec 2003 21:02:26 -0000 Hi, I run my web sites from a jail. The time has come that i now need to send an email from one of those sites using the mail() function in php. I would like to know, what files do i need to be able to send mail from the jail using the mail command. The box is using sendmail as its mta, and is running 4.9 release. Thanks. Ian