correct grammatical stuff.
close an unclosed parenthesis. add some Emacs stuff.
This commit is contained in:
parent
1c50db92fb
commit
8e2612f5d8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7723
2 changed files with 28 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/mail/chapter.sgml,v 1.18 2000/06/08 01:56:12 jim Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/mail/chapter.sgml,v 1.19 2000/06/14 20:30:34 jim Exp $
|
||||
-->
|
||||
|
||||
<chapter id="mail">
|
||||
|
@ -313,7 +313,7 @@ the DNS for <quote>customer.com</quote>.</programlisting>
|
|||
<sect2 id="mail-config">
|
||||
<title>Basic Configuration</title>
|
||||
|
||||
<para>Out of the box, you should be able send email to external
|
||||
<para>Out of the box, you should be able to send email to external
|
||||
hosts as long as you have set up
|
||||
<filename>/etc/resolv.conf</filename> or are running your own
|
||||
name server. If you would like to have mail for your host
|
||||
|
@ -374,7 +374,7 @@ example.FreeBSD.org has address 204.216.27.XX
|
|||
example.FreeBSD.org mail is handled (pri=10) by hub.FreeBSD.org</screen>
|
||||
|
||||
<para>All mail sent to your host (<hostid
|
||||
role="fqdn">example.FreeBSD.org</hostid> will end up being
|
||||
role="fqdn">example.FreeBSD.org</hostid>) will end up being
|
||||
collected on <hostid>hub</hostid> under the same username instead
|
||||
of being sent directly to your host.</para>
|
||||
|
||||
|
@ -482,3 +482,14 @@ customer1.org MX 10 mail.myhost.com</programlisting>
|
|||
</sect2>
|
||||
</sect1>
|
||||
</chapter>
|
||||
|
||||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
sgml-declaration: "../chapter.decl"
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
sgml-parent-document: ("../book.sgml" "part" "chapter")
|
||||
End:
|
||||
-->
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/mail/chapter.sgml,v 1.18 2000/06/08 01:56:12 jim Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/mail/chapter.sgml,v 1.19 2000/06/14 20:30:34 jim Exp $
|
||||
-->
|
||||
|
||||
<chapter id="mail">
|
||||
|
@ -313,7 +313,7 @@ the DNS for <quote>customer.com</quote>.</programlisting>
|
|||
<sect2 id="mail-config">
|
||||
<title>Basic Configuration</title>
|
||||
|
||||
<para>Out of the box, you should be able send email to external
|
||||
<para>Out of the box, you should be able to send email to external
|
||||
hosts as long as you have set up
|
||||
<filename>/etc/resolv.conf</filename> or are running your own
|
||||
name server. If you would like to have mail for your host
|
||||
|
@ -374,7 +374,7 @@ example.FreeBSD.org has address 204.216.27.XX
|
|||
example.FreeBSD.org mail is handled (pri=10) by hub.FreeBSD.org</screen>
|
||||
|
||||
<para>All mail sent to your host (<hostid
|
||||
role="fqdn">example.FreeBSD.org</hostid> will end up being
|
||||
role="fqdn">example.FreeBSD.org</hostid>) will end up being
|
||||
collected on <hostid>hub</hostid> under the same username instead
|
||||
of being sent directly to your host.</para>
|
||||
|
||||
|
@ -482,3 +482,14 @@ customer1.org MX 10 mail.myhost.com</programlisting>
|
|||
</sect2>
|
||||
</sect1>
|
||||
</chapter>
|
||||
|
||||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
sgml-declaration: "../chapter.decl"
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
sgml-parent-document: ("../book.sgml" "part" "chapter")
|
||||
End:
|
||||
-->
|
||||
|
|
Loading…
Reference in a new issue