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/man/man5 | |
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/man/man5')
-rw-r--r-- | share/man/man5/make.conf.5 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5 index c98484f..e183550 100644 --- a/share/man/man5/make.conf.5 +++ b/share/man/man5/make.conf.5 @@ -520,6 +520,16 @@ Use with caution as a make install will overwrite any existing Note that .Va SENDMAIL_CF is now deprecated. +.It Va SENDMAIL_SUBMIT_MC +.Pq Vt str +The default m4 configuration file for mail submission +to use at install time. +The value should include the full path to the +.Pa .mc +file, e.g., +.Pa /etc/mail/mysubmit.mc . +Use with caution as a make install will overwrite any existing +.Pa /etc/mail/submit.cf . .It Va SENDMAIL_ADDITIONAL_MC .Pq Vt str Additional |