From owner-freebsd-questions@FreeBSD.ORG Sun Apr 11 09:03:12 2004 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 B97A316A4CE for ; Sun, 11 Apr 2004 09:03:12 -0700 (PDT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F5F443D1F for ; Sun, 11 Apr 2004 09:03:11 -0700 (PDT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i3BG1eIq015446 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 11 Apr 2004 17:01:40 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i3BG1d2e015445; Sun, 11 Apr 2004 17:01:39 +0100 (BST) (envelope-from matthew) Date: Sun, 11 Apr 2004 17:01:39 +0100 From: Matthew Seaman To: Rob Message-ID: <20040411160139.GA15367@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Rob , freebsd-questions@freebsd.org References: <20040411080848.GA70330@happy-idiot-talk.infracaninophile.co.uk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wac7ysb48OaltWcw" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk X-Virus-Scanned: clamd / ClamAV version devel-20040407, clamav-milter version 0.70g cc: freebsd-questions@freebsd.org Subject: Re: Off topic but sendmail help needed 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: Sun, 11 Apr 2004 16:03:12 -0000 --wac7ysb48OaltWcw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Apr 11, 2004 at 11:01:51AM -0400, Rob wrote: > When I try this, I get the error: >=20 > m4: ../m4/cfhead.m4: No such file or directory >=20 > So I looked for m4 and it appears to be in /usr/bin/ >=20 > so I run: >=20 > %/usr/bin/m4 -D_CF_DIR=3D/usr/share/sendmail/cf/ > /usr/share/sendmail/cf/m4/cf.m4 freebsd.mc > foo.cf >=20 > and get the same error. >=20 > Is it telling me that m4 is not there or cfhead.m4 is missing. cfhead is > located here: >=20 > /usr/share/sendmail/cf/m4/cfhead.m4 It appears that the sendmail version you're trying to use is too old for the required functionality using _CF_DIR to be present in the .m4 files. However, all is not lost. You should be able to do: # cp foo.mc /usr/share/sendmail/cf/cf/ # cd /usr/share/sendmail/cf/cf/ # m4 ../m4/cf.m4 foo.mc > foo.cf # cp foo.cf /etc/mail But like I said, upgrade as soon as you can. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --wac7ysb48OaltWcw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAeWvjdtESqEQa7a0RAleZAJ9Gfh3jIcUr3e4tfWpUYa6/jW2wjwCeOYJT L63HRH/Lnf7OX7QxSyfxu8s= =5XVE -----END PGP SIGNATURE----- --wac7ysb48OaltWcw--