Add a warning regarding the SENDMAIL_*_MC make.conf variable values.
Using /etc/mail/sendmail.mc will create /etc/mail/sendmail.cf during a buildworld. PR: misc/39397 MFC after: 3 days
This commit is contained in:
parent
6d5fda5fd5
commit
2a1d418ce1
@ -259,6 +259,9 @@
|
||||
# install time. Use with caution as a make install will overwrite
|
||||
# any existing /etc/mail/sendmail.cf. Note that SENDMAIL_CF is now
|
||||
# deprecated. The value should be a fully qualified path name.
|
||||
# Avoid using a value of /etc/mail/sendmail.mc as a buildworld will
|
||||
# create /etc/mail/sendmail.cf before installworld installs an
|
||||
# updated sendmail binary.
|
||||
#
|
||||
#SENDMAIL_MC=/etc/mail/myconfig.mc
|
||||
#
|
||||
@ -266,11 +269,17 @@
|
||||
# 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.
|
||||
# Avoid using a value of /etc/mail/submit.mc as a buildworld will
|
||||
# create /etc/mail/submit.cf before installworld installs an
|
||||
# updated sendmail binary.
|
||||
#
|
||||
#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.
|
||||
# Avoid using a value of /etc/mail/sendmail.mc as a buildworld will
|
||||
# create /etc/mail/sendmail.cf before installworld installs an
|
||||
# updated sendmail binary.
|
||||
#
|
||||
#SENDMAIL_ADDITIONAL_MC=/etc/mail/foo.mc /etc/mail/bar.mc
|
||||
#
|
||||
|
@ -507,6 +507,13 @@ Use with caution as a make install will overwrite any existing
|
||||
Note that
|
||||
.Va SENDMAIL_CF
|
||||
is now deprecated.
|
||||
Avoid using a value of
|
||||
.Pa /etc/mail/sendmail.mc
|
||||
as a buildworld will create
|
||||
.Pa /etc/mail/sendmail.cf
|
||||
before installworld installs an updated
|
||||
.Xr sendmail 8
|
||||
binary.
|
||||
.It Va SENDMAIL_SUBMIT_MC
|
||||
.Pq Vt str
|
||||
The default m4 configuration file for mail submission
|
||||
@ -517,6 +524,13 @@ file, e.g.,
|
||||
.Pa /etc/mail/mysubmit.mc .
|
||||
Use with caution as a make install will overwrite any existing
|
||||
.Pa /etc/mail/submit.cf .
|
||||
Avoid using a value of
|
||||
.Pa /etc/mail/submit.mc
|
||||
as a buildworld will create
|
||||
.Pa /etc/mail/submit.cf
|
||||
before installworld installs an updated
|
||||
.Xr sendmail 8
|
||||
binary.
|
||||
.It Va SENDMAIL_ADDITIONAL_MC
|
||||
.Pq Vt str
|
||||
Additional
|
||||
@ -529,6 +543,13 @@ The value should include the full path to the
|
||||
file(s), e.g.,
|
||||
.Pa /etc/mail/foo.mc
|
||||
.Pa /etc/mail/bar.mc .
|
||||
Avoid using a value of
|
||||
.Pa /etc/mail/sendmail.mc
|
||||
as a buildworld will create
|
||||
.Pa /etc/mail/sendmail.cf
|
||||
before installworld installs an updated
|
||||
.Xr sendmail 8
|
||||
binary.
|
||||
.It Va SENDMAIL_M4_FLAGS
|
||||
.Pq Vt str
|
||||
Flags passed to m4 when building a
|
||||
|
Loading…
Reference in New Issue
Block a user