Cleanup some textproc/igor warnings.
Event: vBSDcon FreeBSD Hackathon
This commit is contained in:
parent
fb8f1dbd4b
commit
8da7e46fae
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=53374
1 changed files with 34 additions and 26 deletions
|
@ -93,8 +93,9 @@
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry><emphasis>SMTP Host</emphasis></entry>
|
<entry><emphasis>SMTP Host</emphasis></entry>
|
||||||
<entry><literal><systemitem
|
<entry>
|
||||||
class="fqdomainname">smtp.FreeBSD.org</systemitem>:587</literal>
|
<literal><systemitem
|
||||||
|
class="fqdomainname">smtp.FreeBSD.org</systemitem>:587</literal>
|
||||||
(see also <xref linkend="smtp-setup"/>).</entry>
|
(see also <xref linkend="smtp-setup"/>).</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
@ -218,7 +219,8 @@
|
||||||
|
|
||||||
<para>Existing keys can be used, but should be checked with
|
<para>Existing keys can be used, but should be checked with
|
||||||
<filename>doc/head/share/pgpkeys/checkkey.sh</filename>
|
<filename>doc/head/share/pgpkeys/checkkey.sh</filename>
|
||||||
first. In this case, make sure the key has a &os; user ID.</para>
|
first. In this case, make sure the key has a &os; user
|
||||||
|
ID.</para>
|
||||||
|
|
||||||
<para>For those who do not yet have an
|
<para>For those who do not yet have an
|
||||||
Open<acronym>PGP</acronym> key, or need a new key to meet &os;
|
Open<acronym>PGP</acronym> key, or need a new key to meet &os;
|
||||||
|
@ -2244,9 +2246,9 @@ freebsd-mfc-after = 2 weeks</programlisting>
|
||||||
or save it elsewhere.</para>
|
or save it elsewhere.</para>
|
||||||
|
|
||||||
<note>
|
<note>
|
||||||
<para>If your e-mail system uses SPF with strict rules, you
|
<para>If your e-mail system uses SPF with strict rules,
|
||||||
should whitelist <systemitem
|
you should whitelist <systemitem
|
||||||
class="fqdomainname">mx2.FreeBSD.org</systemitem> from
|
class="fqdomainname">mx2.FreeBSD.org</systemitem> from
|
||||||
SPF checks.</para>
|
SPF checks.</para>
|
||||||
</note>
|
</note>
|
||||||
|
|
||||||
|
@ -2272,7 +2274,7 @@ freebsd-mfc-after = 2 weeks</programlisting>
|
||||||
</note>
|
</note>
|
||||||
|
|
||||||
<sect3 xml:id="smtp-setup">
|
<sect3 xml:id="smtp-setup">
|
||||||
<title>SMTP Access Setup</title>
|
<title>SMTP Access Setup</title>
|
||||||
|
|
||||||
<para>For those willing to send e-mail messages through the
|
<para>For those willing to send e-mail messages through the
|
||||||
FreeBSD.org infrastructure, follow the instructions
|
FreeBSD.org infrastructure, follow the instructions
|
||||||
|
@ -2280,10 +2282,10 @@ freebsd-mfc-after = 2 weeks</programlisting>
|
||||||
|
|
||||||
<procedure>
|
<procedure>
|
||||||
<step>
|
<step>
|
||||||
<para>Point your mail client at <literal><systemitem
|
<para>Point your mail client at
|
||||||
class="fqdomainname">smtp.FreeBSD.org</systemitem>:587</literal>.</para>
|
<literal><systemitem
|
||||||
</step>
|
class="fqdomainname">smtp.FreeBSD.org</systemitem>:587</literal>.</para></step>
|
||||||
|
|
||||||
<step>
|
<step>
|
||||||
<para>Enable STARTTLS.</para>
|
<para>Enable STARTTLS.</para>
|
||||||
</step>
|
</step>
|
||||||
|
@ -2297,7 +2299,7 @@ freebsd-mfc-after = 2 weeks</programlisting>
|
||||||
<step>
|
<step>
|
||||||
<para>For authentication, you can use your &os; Kerberos
|
<para>For authentication, you can use your &os; Kerberos
|
||||||
username and password (see <xref
|
username and password (see <xref
|
||||||
linkend="kerberos-ldap"/>). The
|
linkend="kerberos-ldap"/>). The
|
||||||
<literal><replaceable>yourusername</replaceable>/mail</literal>
|
<literal><replaceable>yourusername</replaceable>/mail</literal>
|
||||||
principal is preferred, as it is only valid for
|
principal is preferred, as it is only valid for
|
||||||
authenticating to mail resources.</para>
|
authenticating to mail resources.</para>
|
||||||
|
@ -2310,12 +2312,12 @@ freebsd-mfc-after = 2 weeks</programlisting>
|
||||||
</procedure>
|
</procedure>
|
||||||
|
|
||||||
<note>
|
<note>
|
||||||
<title>Additional notes</title>
|
<title>Additional Notes</title>
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Will only accept mail from
|
<para>Will only accept mail from
|
||||||
<literal><replaceable>yourusername</replaceable>@FreeBSD.org</literal>.
|
<literal><replaceable>yourusername</replaceable>@FreeBSD.org</literal>.
|
||||||
If you are authenticated as one user, you are not
|
If you are authenticated as one user, you are not
|
||||||
permitted to send mail from another.</para>
|
permitted to send mail from another.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -2323,8 +2325,7 @@ freebsd-mfc-after = 2 weeks</programlisting>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>A header will be appended with the SASL username:
|
<para>A header will be appended with the SASL username:
|
||||||
(<literal>Authenticated sender:
|
(<literal>Authenticated sender:
|
||||||
<replaceable>username</replaceable></literal>).</para>
|
<replaceable>username</replaceable></literal>).</para></listitem>
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Host has various rate limits in place to cut down
|
<para>Host has various rate limits in place to cut down
|
||||||
|
@ -2668,6 +2669,20 @@ smtpd_sender_restrictions = reject_known_sender_login_mismatch</programlisting>
|
||||||
include a VuXML URL or a CVE ID.</entry>
|
include a VuXML URL or a CVE ID.</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
<row>
|
||||||
|
<entry><literal>Event:</literal></entry>
|
||||||
|
<entry>The description for the event where this commit was
|
||||||
|
made. If this is a recurring event, add the year or
|
||||||
|
even the month to it. For example, this could be
|
||||||
|
<literal>FooBSDcon 2019</literal>. The idea behind this
|
||||||
|
line is to put recognition to conferences, gatherings,
|
||||||
|
and other types of meetups and to show that these are
|
||||||
|
useful to have. Please do not use the
|
||||||
|
<literal>Sponsored by:</literal> line for this as that
|
||||||
|
is meant for organizations sponsoring certain features
|
||||||
|
or developers working on them.</entry>
|
||||||
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry><literal>Differential Revision:</literal></entry>
|
<entry><literal>Differential Revision:</literal></entry>
|
||||||
<entry>The full URL of the Phabricator review. This line
|
<entry>The full URL of the Phabricator review. This line
|
||||||
|
@ -2781,7 +2796,7 @@ Relnotes: yes</programlisting>
|
||||||
<title>Preferred License for New Files</title>
|
<title>Preferred License for New Files</title>
|
||||||
|
|
||||||
<para>The &os; Project's full license policy can be found at <link
|
<para>The &os; Project's full license policy can be found at <link
|
||||||
xlink:href="&url.base;/internal/software-license.html">https://www.FreeBSD.org/internal/software-license.html</link>.
|
xlink:href="&url.base;/internal/software-license.html">https://www.FreeBSD.org/internal/software-license.html</link>.
|
||||||
The rest of this section is intended to help you get started.
|
The rest of this section is intended to help you get started.
|
||||||
As a rule, when in doubt, ask. It is much easier to give advice
|
As a rule, when in doubt, ask. It is much easier to give advice
|
||||||
than to fix the source tree.</para>
|
than to fix the source tree.</para>
|
||||||
|
@ -3704,9 +3719,6 @@ Relnotes: yes</programlisting>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Test your changes before committing them.</para>
|
<para>Test your changes before committing them.</para>
|
||||||
|
|
||||||
<!-- XXX Needs update re sparc64 + pc98
|
|
||||||
Also, needs more details on which machines are available for testing
|
|
||||||
-->
|
|
||||||
<para>This may sound obvious, but if it really were so
|
<para>This may sound obvious, but if it really were so
|
||||||
obvious then we probably would not see so many cases of
|
obvious then we probably would not see so many cases of
|
||||||
people clearly not doing this. If your changes are to the
|
people clearly not doing this. If your changes are to the
|
||||||
|
@ -4103,9 +4115,7 @@ Relnotes: yes</programlisting>
|
||||||
integrated into the &os; documentation.</para>
|
integrated into the &os; documentation.</para>
|
||||||
|
|
||||||
<para>Current Tier 2 platforms are &arch.arm;, &arch.arm64;,
|
<para>Current Tier 2 platforms are &arch.arm;, &arch.arm64;,
|
||||||
&arch.ia64; (through &os; 10), &arch.mips;,
|
&arch.mips;, &arch.powerpc;, and &arch.sparc64;.</para>
|
||||||
&arch.pc98; (through &os; 11),
|
|
||||||
&arch.powerpc;, and &arch.sparc64;.</para>
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2>
|
<sect2>
|
||||||
|
@ -4146,9 +4156,7 @@ Relnotes: yes</programlisting>
|
||||||
project.</para>
|
project.</para>
|
||||||
|
|
||||||
<para>All systems not otherwise classified into a support tier
|
<para>All systems not otherwise classified into a support tier
|
||||||
are Tier 4 systems. The &arch.ia64; platform is transitioning
|
are Tier 4 systems.</para>
|
||||||
to Tier 4 status in &os; 11. The &arch.pc98; platform is
|
|
||||||
transitioning to Tier 4 status in &os; 12.</para>
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2>
|
<sect2>
|
||||||
|
|
Loading…
Reference in a new issue