summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2007-06-15 03:21:20 +0000
committergshapiro <gshapiro@FreeBSD.org>2007-06-15 03:21:20 +0000
commit990af0bbb15f2b795c030baed06e15d10c44c850 (patch)
treee912f54e921b6eb8c90413e06098eadbb66d1ada /share
parentc1835c966dbb707a059f625ba7db55b9f754c9ab (diff)
downloadFreeBSD-src-990af0bbb15f2b795c030baed06e15d10c44c850.zip
FreeBSD-src-990af0bbb15f2b795c030baed06e15d10c44c850.tar.gz
You can never have enough documentation.
Document the SENDMAIL_ALIASES, SENDMAIL_MAP_SRC, SENDMAIL_MAP_TYPE, and SENDMAIL_START_SCRIPT .Xr make.conf 5 variables. These are used in .Pa /etc/mail/Makefile . PR: conf/40548 MFC after: 3 days
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/make.conf.540
1 files changed, 40 insertions, 0 deletions
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index 6b88188..f8dbef4 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -530,6 +530,14 @@ The value should include the full path to the
file(s), e.g.,
.Pa /etc/mail/foo.mc
.Pa /etc/mail/bar.mc .
+.It Va SENDMAIL_ALIASES
+.Pq Vt str
+List of
+.Xr aliases 5
+files to rebuild when using
+.Pa /etc/mail/Makefile .
+The default value is
+.Pa /etc/mail/aliases .
.It Va SENDMAIL_CFLAGS
.Pq Vt str
Flags to pass to the compile command when building
@@ -581,6 +589,26 @@ file.
Mode to use when generating alias and map database files using
.Pa /etc/mail/Makefile .
The default value is 0640.
+.It Va SENDMAIL_MAP_SRC
+.Pq Vt str
+Additional maps to rebuild when using
+.Pa /etc/mail/Makefile .
+The
+.Pa access ,
+.Pa bitdomain ,
+.Pa domaintable ,
+.Pa genericstable ,
+.Pa mailertable ,
+.Pa uucpdomain ,
+and
+.Pa virtusertable
+maps are always rebuilt if they exist.
+.It Va SENDMAIL_MAP_TYPE
+.Pq Vt str
+Database map type to use when generating map database files using
+.Pa /etc/mail/Makefile .
+The default value is hash.
+The alternative is btree.
.It Va SENDMAIL_MC
.Pq Vt str
The default
@@ -605,6 +633,18 @@ and do not install
Use of this flag is not recommended and the alternative advice in
.Pa /etc/mail/README
should be followed instead if at all possible.
+.It Va SENDMAIL_START_SCRIPT
+.Pq Vt str
+The script used by
+.Pa /etc/mail/Makefile
+to start, stop, and restart
+.Xr sendmail 8 .
+The default value is
+.Pa /etc/rc.sendmail .
+This value should match the
+.Dq Li mta_start_script
+setting in
+.Xr rc.conf 5 .
.It Va SENDMAIL_SUBMIT_MC
.Pq Vt str
The default
OpenPOWER on IntegriCloud