- A little rewording

- Use of literal tags instead of quotes to avoid confusion
- Some punctuation fixes.
This commit is contained in:
Marc Fonvieille 2004-04-11 18:26:38 +00:00
parent ee6b5e4ee9
commit aef48e5efc
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20662

View file

@ -2107,7 +2107,7 @@ EOT</screen>
<acronym>IMAP</acronym> and <acronym>POP</acronym> client which <acronym>IMAP</acronym> and <acronym>POP</acronym> client which
allows users to automatically download mail from remote allows users to automatically download mail from remote
<acronym>IMAP</acronym> and <acronym>POP</acronym> servers and <acronym>IMAP</acronym> and <acronym>POP</acronym> servers and
into local mailboxes; there it can be accessed more easily. save it into local mailboxes; there it can be accessed more easily.
<application>fetchmail</application> can be installed using the <application>fetchmail</application> can be installed using the
<filename role="package">mail/fetchmail</filename> port, and <filename role="package">mail/fetchmail</filename> port, and
offers various features, some of which include:</para> offers various features, some of which include:</para>
@ -2144,8 +2144,8 @@ EOT</screen>
configuration file known as <filename>.fetchmailrc</filename>, configuration file known as <filename>.fetchmailrc</filename>,
in order to run correctly. This file includes server information in order to run correctly. This file includes server information
as well as login credentials. Due to the sensitive nature of the as well as login credentials. Due to the sensitive nature of the
contents of this file, it is advisable to make it read-only, by contents of this file, it is advisable to make it readable only by the owner,
issuing the following command:</para> with the following command:</para>
<screen>&prompt.user; <userinput>chmod 600 .fetchmailrc</userinput></screen> <screen>&prompt.user; <userinput>chmod 600 .fetchmailrc</userinput></screen>
@ -2155,7 +2155,7 @@ EOT</screen>
<application>fetchmail</application> to connect to <hostid <application>fetchmail</application> to connect to <hostid
role="fqdn">example.com</hostid> using a username of role="fqdn">example.com</hostid> using a username of
<username>joesoap</username> and a password of <username>joesoap</username> and a password of
<quote>XXX</quote>. This example assumes that the user <literal>XXX</literal>. This example assumes that the user
<username>joesoap</username> is also a user on the local <username>joesoap</username> is also a user on the local
system.</para> system.</para>
@ -2163,7 +2163,7 @@ EOT</screen>
<para>The next example connects to multiple <acronym>POP</acronym> <para>The next example connects to multiple <acronym>POP</acronym>
and <acronym>IMAP</acronym> servers and redirects to different and <acronym>IMAP</acronym> servers and redirects to different
local usernames where applicable.</para> local usernames where applicable:</para>
<programlisting>poll example.com proto pop3: <programlisting>poll example.com proto pop3:
user "joesoap", with password "XXX", is "jsoap" here; user "joesoap", with password "XXX", is "jsoap" here;
@ -2211,12 +2211,12 @@ user "john", with password "XXXXX", is "myth" here;</programlisting>
<application>procmail</application> can be installed using the <application>procmail</application> can be installed using the
<filename role="package">mail/procmail</filename> port. Once <filename role="package">mail/procmail</filename> port. Once
installed, it can be directly integrated into most installed, it can be directly integrated into most
<acronym>MTA</acronym>'s; consult your <acronym>MTA</acronym> <acronym>MTA</acronym>s; consult your <acronym>MTA</acronym>
documentation for more information. Alternatively, documentation for more information. Alternatively,
<application>procmail</application> can be integrated by adding <application>procmail</application> can be integrated by adding
the following line to a <filename>.forward</filename> in the home the following line to a <filename>.forward</filename> in the home
directory of the user utilizing directory of the user utilizing
<application>procmail</application> features.</para> <application>procmail</application> features:</para>
<programlisting>"|exec /usr/local/bin/procmail || exit 75"</programlisting> <programlisting>"|exec /usr/local/bin/procmail || exit 75"</programlisting>