From: "Ken Cole" <[EMAIL PROTECTED]>
> 2. after making the changes to sendmail.mc I ran the following as
> directed:
>
> m4 sendmail.mc > sendmail.cf
>
> I got the following error message:
>
> sendmail.mc:11: m4: Cannot open /usr/lib/sendmail-cf/m4/cf.m4: No such
> file or directory
>
> /usr/lib/sendmail-cf/m4/cf.m4 does not exist and there is not one
> anywhere on the system. I am using the standard sendmail as per the
> original installation, 8.9.3
>
> How do I fix this?
>
Do the following:
rpm -qa | grep sendmail
It should show:
sendmail-8.9.3-10
sendmail-doc-8.9.3-10
sendmail-cf-8.9.3-10
Your problem is that you don't have the sendmail-cf RPM installed. Install
that RPM, and then rebuild your sendmail.cf using M4.
Scot