From owner-freebsd-isp Mon Aug 12 16: 2:41 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6664B37B400 for ; Mon, 12 Aug 2002 16:02:38 -0700 (PDT) Received: from mail.day-light.net (day-light.net [64.37.72.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DC1A43E6E for ; Mon, 12 Aug 2002 16:02:34 -0700 (PDT) (envelope-from john@day-light.com) Received: from w1 (118-203.bestdsl.net [216.162.118.203]) by mail.day-light.net (Postfix) with SMTP id C2F0D351FD for ; Mon, 12 Aug 2002 18:02:32 -0500 (CDT) Reply-To: From: "John Brooks" To: Subject: RE: Setting default e-mail sender on Apache Date: Mon, 12 Aug 2002 18:04:12 -0500 Message-ID: <000201c24254$92f1c740$c905010a@daylight.net> MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <3D580F1C.70908@fud.org.nz> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Importance: Normal Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org "php_admin_value" simply means that this value cannot be changed outside of the main config files, whereas php_value can. use this when you want to keep a client from modifying something. at least that's my understanding of the difference - YMMV -- John Brooks john@stlbsd.org -----Original Message----- From: owner-freebsd-isp@FreeBSD.ORG [mailto:owner-freebsd-isp@FreeBSD.ORG]On Behalf Of Andrew Thompson Sent: Monday, August 12, 2002 2:40 PM To: francisv@dagupan.com; freebsd-isp@FreeBSD.ORG Subject: Re: Setting default e-mail sender on Apache Hi, Going by what Kevin said (and the webpage) you need: php_value sendmail_from "webmaster@" rather than what you have put: php_admin_value sendmail_from "webmaster@" --Andy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message