Page MenuHomeFreeBSD

D18708.id52470.diff
No OneTemporary

D18708.id52470.diff

Index: article.xml
===================================================================
--- article.xml
+++ article.xml
@@ -36,6 +36,7 @@
<year>2016</year>
<year>2017</year>
<year>2018</year>
+ <year>2019</year>
<holder>The &os; Documentation Project</holder>
</copyright>
@@ -91,6 +92,13 @@
</row>
<row>
+ <entry><emphasis>SMTP Host</emphasis></entry>
+ <entry><systemitem
+ class="fqdomainname">smtp.FreeBSD.org</systemitem>:587
+ (see also <xref linkend="smtp-setup"/>).</entry>
+ </row>
+
+ <row>
<entry><emphasis><literal>src/</literal> Subversion
Root</emphasis></entry>
<entry><literal>svn+ssh://</literal><systemitem
@@ -2235,6 +2243,13 @@
without warning if space needs to be freed, so forward it
or save it elsewhere.</para>
+ <note>
+ <para>If your e-mail system uses SPF with strict rules, you
+ should whitelist <systemitem
+ class="fqdomainname">mx2.FreeBSD.org</systemitem> from
+ SPF checks.</para>
+ </note>
+
<para>Due to the severe load dealing with SPAM places on the
central mail servers that do the mailing list processing,
the front-end server does do some basic checks and will
@@ -2255,6 +2270,68 @@
lists. The subscriptions are derived from the access
rights.</para>
</note>
+
+ <sect3 xml:id="smtp-setup">
+ <title>SMTP Access Setup</title>
+
+ <para>For those willing to send e-mail messages through
+ FreeBSD.org infrastructure, follow the instructions
+ below:</para>
+
+ <procedure>
+ <step>
+ <para>Point your mail client at <systemitem
+ class="fqdomainname">smtp.FreeBSD.org</systemitem>:587.</para>
+ </step>
+
+ <step>
+ <para>Enable STARTTLS.</para>
+ </step>
+
+ <step>
+ <para>Ensure your From: email is set to
+ <replaceable>yourusername</replaceable>@FreeBSD.org.</para>
+ </step>
+
+ <step>
+ <para>For authentication, you can use your &os; Kerberos
+ username and password (see <xref
+ linkend="kerberos-ldap"/>). The
+ <replaceable>yourusername</replaceable>/mail principal
+ is only valid for authenticating to mail
+ resources.</para>
+
+ <note>
+ <para>Do not include @FreeBSD.org when entering in your
+ username.</para>
+ </note>
+ </step>
+ </procedure>
+
+ <note>
+ <title>Additional notes</title>
+
+ <itemizedlist>
+ <listitem>
+ <para>Will only accept mail from
+ <replaceable>yourusername</replaceable>@FreeBSD.org.
+ If you are authenticated as one user, you are not
+ permitted to send mail from another.</para>
+ </listitem>
+
+ <listitem>
+ <para>A header will be appended with the SASL username:
+ (Authenticated sender:
+ <replaceable>username</replaceable>).</para>
+ </listitem>
+
+ <listitem>
+ <para>Host has various rate limits in place to cut down
+ on brute force attempts.</para>
+ </listitem>
+ </itemizedlist>
+ </note>
+ </sect3>
</sect2>
<sect2 xml:id="mentors">

File Metadata

Mime Type
text/plain
Expires
Thu, Feb 12, 8:06 AM (5 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28665200
Default Alt Text
D18708.id52470.diff (3 KB)

Event Timeline