diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2002-04-14 19:20:26 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2002-04-14 19:20:26 +0000 |
commit | b7ddd3c1a92f5a06e9889839c02f07c72af84352 (patch) | |
tree | 7f0caf6aafa657815db43e70fde05e8de921c2a9 /share/examples/etc | |
parent | de25faf452e88d5a25f663bbd76770858c7ee863 (diff) | |
download | FreeBSD-src-b7ddd3c1a92f5a06e9889839c02f07c72af84352.zip FreeBSD-src-b7ddd3c1a92f5a06e9889839c02f07c72af84352.tar.gz |
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
Diffstat (limited to 'share/examples/etc')
-rw-r--r-- | share/examples/etc/make.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index cffcaa7..2e60cb9c 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. # |