From owner-freebsd-questions@FreeBSD.ORG Tue Nov 7 20:01:27 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 3E9F716A415 for ; Tue, 7 Nov 2006 20:01:27 +0000 (UTC) (envelope-from gao@schrodinger.com) Received: from schrodinger.com (thermidore.schrodinger.com [192.156.98.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9AB143D70 for ; Tue, 7 Nov 2006 20:01:26 +0000 (GMT) (envelope-from gao@schrodinger.com) Received: from [192.156.98.12] (ithi.schrodinger.com [192.156.98.12]) by schrodinger.com (8.13.4/8.12.8) with ESMTP id kA7K1LAo020008 for ; Tue, 7 Nov 2006 12:01:21 -0800 (PST) (envelope-from gao@schrodinger.com) Message-ID: <4550E665.10309@schrodinger.com> Date: Tue, 07 Nov 2006 12:02:45 -0800 From: Simon Gao User-Agent: Thunderbird 1.5.0.7 (X11/20060926) MIME-Version: 1.0 To: FreeBSD-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: 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:01:27 -0000 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? Simon