On 2005-01-07 17:38, Olivier Nicole <[EMAIL PROTECTED]> wrote: > > I have a mail server running sendmail with a very customised > configuration. So far I have compiled/installed my own copy of > sendmail. If I update the system, it will re-install a standard > sendmail. > > Now if I want the update procedure to regenerate my customised > sendmail, where in FreeBSD sendmail hierarchy should I put my own > cf/cf/sendmail.mc and devtools/Site/site.config.m4 ?
The /usr/share/sendmail/cf stuff is copied from that tree to their destination by the Makefile in /usr/src/share/sendmail. I would probably put the extra files in /usr/src/share/sendmail and modify the Makefile of that directory accordingly. - Giorgos _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
