From: "M. Wolffensperger" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 26, 2001 3:19 PM
Subject: sendmail.mc > /etc/sendmail.cf


> I have a problem with rebuilding the sendmail.mc file to the
> sendmail.cf file I do the following [root@mail m.wolffensperger]# m4
> /etc/mail/sendmail.mc > /etc/sendmail.cf
> /etc/mail/sendmail.mc:11: m4: Cannot open
> /usr/lib/sendmail-cf/m4/cf.m4: No such file or directory

You need to set a few parameters to tell m4 where to find it's stock macro
files.  Fortunately, FreeBSD makes this way easier than you realize:

cd /etc/mail ; make ; make install ; make restart

Will build a new cf file, install it in the right place, and restart
sendmail for you.

--K


Reply via email to