Solved /etc/mail/sendmail.cf generated from missing M4 .mc macro ?

looking to setup sendmail, I find that /etc/mail/sendmail.cf in version 14.3 and 15-current is built with
M4 .mc macro file that does not seem to be included in the /usr/src/contrib/sendmail/cf/cf directory ?

is the .mc macro file for the default /etc/mail/sendmail.cf around somewhere ?
 
I now see that the .MC files exists in /etc/mail directory.
But this is probably because the freebsd.mc & freebsd-submit.mc needs to exist outside of the contributed sourcecode.

Im too used to run

# m4 ../m4/cf.m4 hostname.mc > sendmail.cf

SO I expected the freebsd .mc macrofile to exixst in /usr/src/contrib/sendmail/cf/cf

thanks , case closed.
 
Back
Top