1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Document the recent sendmail related changes:

- STARTTLS support in sendmail
- Use sendmail's version of vacation
- mail.local no longer installed set-user-id root
- Disable EXPN/VRFY SMTP commands by default
- Copy sendmail/cf config building tree into /usr/share/sendmail/cf/
This commit is contained in:
Gregory Neil Shapiro 2000-10-10 18:17:29 +00:00
parent 0c2b976cf8
commit efe2ac73a3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66945
2 changed files with 40 additions and 4 deletions

View File

@ -214,8 +214,26 @@ terminal support). [MERGED]
sendmail upgraded from version 8.9.3 to version 8.11.1. Important changes
include: new default file locations (see
/usr/src/contrib/sendmail/cf/README); newaliases is limited to root and
trusted users; and the MSA port (587) is turned on by default. See
/usr/src/contrib/sendmail/RELEASE_NOTES for more information. [MERGED]
trusted users; STARTTLS encryption; and the MSA port (587) is turned on by
default. See /usr/src/contrib/sendmail/RELEASE_NOTES for more
information. [MERGED]
mail.local(8) is no longer installed as a set-user-id binary. If you are
using a /etc/mail/sendmail.cf from the default sendmail.cf included with
FreeBSD any time after 3.1.0, you are fine. If you are using a
hand-configured sendmail.cf and mail.local for delivery, check to make sure
the F=S flag is set on the Mlocal line. Those with .mc files who need to
add the flag can do so by adding the following line to their your .mc file
and regenerating the sendmail.cf file:
MODIFY_MAILER_FLAGS(`LOCAL', `+S')dnl
Note that FEATURE(`local_lmtp') already does this.
The default /etc/mail/sendmail.cf disables the SMTP EXPN and VRFY commands.
vacation(1) has been updated to use the version included with sendmail.
The sendmail(8) configuration building tools are installed in
/usr/share/sendmail/cf/.
awk has been upgraded from gawk-3.0.4 to gawk-3.0.6. This fixes a number
of non-critical bugs and includes a few performance tweaks.

View File

@ -252,8 +252,26 @@ FreeBSD can now be installed over an IPv6-only network. [MERGED]
sendmail upgraded from version 8.9.3 to version 8.11.1. Important changes
include: new default file locations (see
/usr/src/contrib/sendmail/cf/README); newaliases is limited to root and
trusted users; and the MSA port (587) is turned on by default. See
/usr/src/contrib/sendmail/RELEASE_NOTES for more information. [MERGED]
trusted users; STARTTLS encryption; and the MSA port (587) is turned on by
default. See /usr/src/contrib/sendmail/RELEASE_NOTES for more
information. [MERGED]
mail.local(8) is no longer installed as a set-user-id binary. If you are
using a /etc/mail/sendmail.cf from the default sendmail.cf included with
FreeBSD any time after 3.1.0, you are fine. If you are using a
hand-configured sendmail.cf and mail.local for delivery, check to make sure
the F=S flag is set on the Mlocal line. Those with .mc files who need to
add the flag can do so by adding the following line to their your .mc file
and regenerating the sendmail.cf file:
MODIFY_MAILER_FLAGS(`LOCAL', `+S')dnl
Note that FEATURE(`local_lmtp') already does this.
The default /etc/mail/sendmail.cf disables the SMTP EXPN and VRFY commands.
vacation(1) has been updated to use the version included with sendmail.
The sendmail(8) configuration building tools are installed in
/usr/share/sendmail/cf/.
awk has been upgraded from gawk-3.0.4 to gawk-3.0.6. This fixes a number
of non-critical bugs and includes a few performance tweaks.