Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Apr 2004 17:01:39 +0100
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        Rob <freebsd@computersthatrock.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Off topic but sendmail help needed
Message-ID:  <20040411160139.GA15367@happy-idiot-talk.infracaninophile.co.uk>
In-Reply-To: <BAEBLFBDHLPPOEBEAELCOECPHMAA.freebsd@computersthatrock.com>
References:  <20040411080848.GA70330@happy-idiot-talk.infracaninophile.co.uk> <BAEBLFBDHLPPOEBEAELCOECPHMAA.freebsd@computersthatrock.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040411160139.GA15367>