diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2002-04-14 19:20:26 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2002-04-14 19:20:26 +0000 |
| commit | 14d6d7657a14449e6f27cb64b91cae98fcddb4ab (patch) | |
| tree | 7f0caf6aafa657815db43e70fde05e8de921c2a9 /share/examples/etc | |
| parent | 81a587f46705724a4dcc292ab9c810dfa263bd97 (diff) | |
Notes
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 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. # |
