From owner-freebsd-questions@FreeBSD.ORG Tue Nov 7 20:35:23 2006 Return-Path: X-Original-To: FreeBSD-questions@freebsd.org 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 C270D16A4F6 for ; Tue, 7 Nov 2006 20:35:23 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA85843D77 for ; Tue, 7 Nov 2006 20:34:32 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 3B7805E0A; Tue, 7 Nov 2006 15:34:31 -0500 (EST) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id W00sW2qmr5-1; Tue, 7 Nov 2006 15:34:30 -0500 (EST) Received: from [192.168.1.251] (pool-68-161-95-212.ny325.east.verizon.net [68.161.95.212]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id B09725D5D; Tue, 7 Nov 2006 15:34:29 -0500 (EST) Message-ID: <4550EDD2.5020502@mac.com> Date: Tue, 07 Nov 2006 15:34:26 -0500 From: Chuck Swiger User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Simon Gao References: <4550E665.10309@schrodinger.com> In-Reply-To: <4550E665.10309@schrodinger.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD-questions@freebsd.org Subject: Re: Sendmail greet_pause config X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Nov 2006 20:35:24 -0000 Simon Gao wrote: > I am trying to enable a new feature, greet_pause, with Sendmail 8.13.x > on FreeBSD 4.7. You should update to FreeBSD 4.11 or later, which will give you a newer sendmail in the base system, which will probably fix the /etc/mail make magic which builds config files. Otherwise, you might try installing the sendmail port and have it over-write the base system's config files under /usr/share/sendmail. -- -Chuck