Whitespace & style in "Synopsis" section.

Translators ignore this, please.
This commit is contained in:
Giorgos Keramidas 2002-10-07 22:56:29 +00:00
parent 6c6074fc15
commit cda641a433
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14545

View file

@ -30,8 +30,8 @@
<indexterm><primary>email</primary></indexterm>
<indexterm><primary>electronic mail</primary></indexterm>
<para><quote>Electronic Mail</quote>, better known as email, is one of the most
widely used forms of communication today. This chapter provides
<para><quote>Electronic Mail</quote>, better known as email, is one of the
most widely used forms of communication today. This chapter provides
a basic introduction to running a mail server on FreeBSD.
However, it is not a complete reference and in fact many
important considerations are omitted. For more complete
@ -39,34 +39,50 @@
excellent books listed in <xref linkend="bibliography">.</para>
<para>After reading this chapter, you will know:</para>
<itemizedlist>
<listitem><para>What software components are involved in sending
and receiving electronic mail.</para>
<listitem>
<para>What software components are involved in sending and receiving
electronic mail.</para>
</listitem>
<listitem><para>Where basic <application>sendmail</application>
configuration files are located in FreeBSD.</para>
<listitem>
<para>Where basic <application>sendmail</application> configuration
files are located in FreeBSD.</para>
</listitem>
<listitem><para>How to block spammers from illegally using your
mail server as a relay.</para>
<listitem>
<para>How to block spammers from illegally using your mail server as a
relay.</para>
</listitem>
<listitem><para>How to replace <application>sendmail</application>
as your system's default mailer.</para>
<listitem>
<para>How to replace <application>sendmail</application> as your
system's default mailer.</para>
</listitem>
<listitem>
<para>How to troubleshoot common mail server
problems.</para>
</listitem>
<listitem><para>How to troubleshoot common mail server
problems.</para></listitem>
</itemizedlist>
<para>Before reading this chapter, you should:</para>
<itemizedlist>
<listitem><para>Properly setup your network connection (<xref
linkend="advanced-networking">).</para>
<listitem>
<para>Properly setup your network connection
(<xref linkend="advanced-networking">).</para>
</listitem>
<listitem><para>Properly setup the DNS information for your mail
host (<xref linkend="advanced-networking">).</para>
<listitem>
<para>Properly setup the DNS information for your mail host
(<xref linkend="advanced-networking">).</para>
</listitem>
<listitem><para>Know how to install additional third-party
software (<xref linkend="ports">).</para></listitem>
<listitem>
<para>Know how to install additional third-party software
(<xref linkend="ports">).</para></listitem>
</itemizedlist>
</sect1>