From 14d6d7657a14449e6f27cb64b91cae98fcddb4ab Mon Sep 17 00:00:00 2001 From: Gregory Neil Shapiro Date: Sun, 14 Apr 2002 19:20:26 +0000 Subject: Provide a new make.conf knob, SENDMAIL_SUBMIT_MC to allow users to pick the .mc file used for /etc/mail/submit.cf. By default, /etc/mail/freebsd.submit.mc is installed and used. Requested by: fenner Submitted by: ume MFC after: 1 week --- share/examples/etc/make.conf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'share/examples/etc') diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index cffcaa73165d..2e60cb9c4cbf 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -258,6 +258,13 @@ # #SENDMAIL_MC=/etc/mail/myconfig.mc # +# The following sets the default m4 configuration file for mail +# submission to use at install time. Use with caution as a make +# install will overwrite any existing /etc/mail/submit.cf. The +# value should be a fully qualified path name. +# +#SENDMAIL_SUBMIT_MC=/etc/mail/mysubmit.mc +# # If you need to build additional .cf files during a make buildworld, # include the full paths to the .mc files in SENDMAIL_ADDITIONAL_MC. # -- cgit v1.3