On Wed, Jun 21, 2000 at 09:14:51AM +1000, George Vieira wrote:

> I'm trying to execute "m4 /etc/sendmail.mc > /etc/sendmail.cf" and it errors
> with "/etc/sendmail.mc:11: m4: Cannot open /usr/lib/sendmail-cf/m4/cf.m4: No
> such file or directory" which is tue but I can't seem to find it anywhere.

Did you install the sendmail-cf rpm?  You also need to preload cf.m4.  
>From /usr/lib/sendmail-cf/README:

  Configuration files are contained in the subdirectory "cf", with a
  suffix ".mc".  They must be run through "m4" to produce a ".cf" file.
  You must pre-load "cf.m4":

          m4 ${CFDIR}/m4/cf.m4 config.mc > config.cf

  where ${CFDIR} is the root of the cf directory and config.mc is the
  name of your configuration file.

> I added the following lines and I am now stuck. Is the only option is to
> download the source and compile the whole thing or is there a short cut?

Install the sendmail-cf rpm and run m4 as detailed above.  No need to
rebuild from source.

Cheers,

John
-- 
whois [EMAIL PROTECTED]
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text

Reply via email to