<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/share/man/man8/rc.sendmail.8, branch upstream/11.0.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F11.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F11.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2013-10-19T18:51:06Z</updated>
<entry>
<title>Enable the automatic creation of a certificate (if one does not exists)</title>
<updated>2013-10-19T18:51:06Z</updated>
<author>
<name>John-Mark Gurney</name>
<email>jmg@FreeBSD.org</email>
</author>
<published>2013-10-19T18:51:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ff14d523bb9e5805273b7f875044429af3d3aaff'/>
<id>urn:sha1:ff14d523bb9e5805273b7f875044429af3d3aaff</id>
<content type='text'>
and enable the usage by sendmail if sendmail is enabled.  Include and
document knobs to disable this feature and also set the Common Name of
the certificate created.

As the certificate is signed w/ a discarded key, it only helps prevent
Eve, but not Malory from knowing the contents of the emails.

This means that new installs (and people that use the updated freebsd.mc
file) will automaticly have STARTTLS enabled allowing incoming email to
be encrypted in most cases.

Reviewed by:	gshapiro
MFC after:	3 days
Security:	Yes, please.
</content>
</entry>
<entry>
<title>mdoc: drop redundant .Pp and .LP calls</title>
<updated>2010-10-08T12:40:16Z</updated>
<author>
<name>Ulrich Spörlein</name>
<email>uqs@FreeBSD.org</email>
</author>
<published>2010-10-08T12:40:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0d9deed52c5ed3b24d2da5ec3a0a172fe9092a96'/>
<id>urn:sha1:0d9deed52c5ed3b24d2da5ec3a0a172fe9092a96</id>
<content type='text'>
They have no effect when coming in pairs, or before .Bl/.Bd
</content>
</entry>
<entry>
<title>mdoc(7) police: scheduled sweep.</title>
<updated>2002-11-29T11:39:20Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-11-29T11:39:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d962d52ac03c57f733d9288c9656116651529f44'/>
<id>urn:sha1:d962d52ac03c57f733d9288c9656116651529f44</id>
<content type='text'>
Approved by:	re
</content>
</entry>
<entry>
<title>Minor typo fixes.</title>
<updated>2002-10-21T01:24:10Z</updated>
<author>
<name>Giorgos Keramidas</name>
<email>keramida@FreeBSD.org</email>
</author>
<published>2002-10-21T01:24:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f0f3178bb80b9d35ad247b1cc8406c73cc20a90d'/>
<id>urn:sha1:f0f3178bb80b9d35ad247b1cc8406c73cc20a90d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use .Ed to terminate .Bd display.</title>
<updated>2002-10-21T01:13:46Z</updated>
<author>
<name>Giorgos Keramidas</name>
<email>keramida@FreeBSD.org</email>
</author>
<published>2002-10-21T01:13:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f19c72095fd831efeb5f7a761fd100c7f2d5434c'/>
<id>urn:sha1:f19c72095fd831efeb5f7a761fd100c7f2d5434c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Deprecate the use of sendmail_enable="NONE" as it adversely affects the</title>
<updated>2002-09-03T22:15:57Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2002-09-03T22:15:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d87e0e8e230495df3be59a8a5c173aafc83bc450'/>
<id>urn:sha1:d87e0e8e230495df3be59a8a5c173aafc83bc450</id>
<content type='text'>
new rcNG effort.

Submitted by:	Mike Makonnen &lt;makonnen@pacbell.net&gt;
</content>
</entry>
<entry>
<title>Add a warning regarding localhost-only listening daemons inside jails.</title>
<updated>2002-05-22T16:37:32Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2002-05-22T16:37:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b9888709dd474e64d467bb83ce3c9853547be2f6'/>
<id>urn:sha1:b9888709dd474e64d467bb83ce3c9853547be2f6</id>
<content type='text'>
Apparently binding only to 127.0.0.1 inside of a jail actually binds
to the jail IP address as well (in effect, bind to all available
interfaces in the jail).

Submitted by:	Helge Oldach &lt;test-smtp@oldach.net&gt;
MFC after:	1 day
		pending RE approval
</content>
</entry>
<entry>
<title>Quoting Peter Wemm, "At great personal risk, touch the sendmail startup</title>
<updated>2002-04-05T02:30:49Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2002-04-05T02:30:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=619b80c4e66179b83f0b53ba06261919939a8aa1'/>
<id>urn:sha1:619b80c4e66179b83f0b53ba06261919939a8aa1</id>
<content type='text'>
again."

As an alternative to sendmail_enable=NONE, solve the boot time problem
for non-sendmail users completely by moving all of the sendmail startup
code from /etc/rc to /etc/rc.sendmail.  The source for that script will
be kept in src/etc/sendmail/rc.sendmail so make.conf's NO_SENDMAIL will
prevent it from being installed.  A new rc.conf variable,
mta_start_script specifies the script to run to start the user's
preferred MTA.  For backward compatibility, it will default to
/etc/rc.sendmail.  The specified script is called out of /etc/rc after
checking to make sure it exists.  A new rc.sendmail.8 man page has also
been added which now houses the sendmail_* variable descriptions
formerly in rc.conf.5.

Use /etc/rc.sendmail in /etc/mail/Makefile to reduce code duplication.

Reviewed by:	-current, -stable, obrien, peter, ru
MFC after:	1 week
</content>
</entry>
</feed>
