From owner-freebsd-questions@FreeBSD.ORG Tue Nov 7 20:42:38 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 13C7E16A516 for ; Tue, 7 Nov 2006 20:42:38 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from crayfish.unsane.co.uk (badger.unsane.co.uk [62.140.220.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2F0B43D46 for ; Tue, 7 Nov 2006 20:42:31 +0000 (GMT) (envelope-from jhary@unsane.co.uk) Received: from [127.0.0.1] by crayfish.unsane.co.uk with esmtp (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GhXlj-000OMx-3D; Tue, 07 Nov 2006 20:42:03 +0000 Message-ID: <4550EF9A.3070800@unsane.co.uk> Date: Tue, 07 Nov 2006 20:42:02 +0000 From: Vince Hoffman User-Agent: Thunderbird 1.5.0.7 (X11/20061024) 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 X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: jhary@unsane.co.uk X-SA-Exim-Scanned: No (on crayfish.unsane.co.uk); SAEximRunCond expanded to false 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:42:38 -0000 Simon Gao wrote: > Hi, > > I am trying to enable a new feature, greet_pause, with Sendmail 8.13.x > on FreeBSD 4.7. > > When I try to re-generate sendmail.cf file, I got following error and > the file generation failed: > > # m4 /usr/share/sendmail/cf/m4/cf.m4 sendmail.mc > sendmail.cf > m4: sendmail.mc at line 53: > include(/usr/share/sendmail/cf/feature/greet_pause.m4): No such file or > directory > > The new feature greet_pause is available since 8.13.1. Why am I missing > the file? Or did I do something wrong when creating sendmail.cf? > > According to the release note freebsd 4.7 used 8.12.6 (http://www.freebsd.org/releases/4.7R/relnotes-i386.html#AEN480) If you are using the version from ports you need to use /usr/local/share/sendmail not /usr/share/sendmail Vince > Simon > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >