mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Removed excess spaces from the ends of lines in the source files
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4496 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
f420f6729b
commit
f314186ca3
@ -9,7 +9,7 @@
|
||||
<?dbhtml filename="mailnews.html"?>
|
||||
<title>Mail/News Clients</title>
|
||||
|
||||
<para>Mail Clients help you retrieve (Fetchmail), sort (Procmail), read and
|
||||
<para>Mail Clients help you retrieve (Fetchmail), sort (Procmail), read and
|
||||
compose responses (Nail, Mutt, Pine, Kmail, Balsa, Evolution, Mozilla) to
|
||||
email.</para>
|
||||
|
||||
|
@ -29,10 +29,10 @@
|
||||
<sect2 role="package">
|
||||
<title>Introduction to Nail</title>
|
||||
|
||||
<para>The <application>Nail</application> package contains
|
||||
<command>nail</command>, a command-line Mail User Agent derived from Berkeley
|
||||
Mail which is intended to provide the functionality of the POSIX
|
||||
<command>mailx</command> command with additional support for MIME messages,
|
||||
<para>The <application>Nail</application> package contains
|
||||
<command>nail</command>, a command-line Mail User Agent derived from Berkeley
|
||||
Mail which is intended to provide the functionality of the POSIX
|
||||
<command>mailx</command> command with additional support for MIME messages,
|
||||
IMAP (including caching), POP3, SMTP, S/MIME, message threading/sorting, scoring,
|
||||
and filtering. <application>Nail</application> is especially useful for writing scripts
|
||||
and batch processing.</para>
|
||||
@ -61,12 +61,12 @@
|
||||
<bridgehead renderas="sect3">Nail Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para><xref linkend="openssl"/> or Mozilla NSS (from
|
||||
<xref linkend="mozilla"/> or
|
||||
<xref linkend="firefox"/> or
|
||||
<xref linkend="thunderbird"/>),
|
||||
<para><xref linkend="openssl"/> or Mozilla NSS (from
|
||||
<xref linkend="mozilla"/> or
|
||||
<xref linkend="firefox"/> or
|
||||
<xref linkend="thunderbird"/>),
|
||||
<xref linkend="heimdal"/> or <xref linkend="mitkrb"/> (for IMAP GSSAPI
|
||||
authentication) and
|
||||
authentication) and
|
||||
<ulink url="../server/mail.html">MTA</ulink></para>
|
||||
|
||||
</sect2>
|
||||
@ -74,7 +74,7 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Nail</title>
|
||||
|
||||
<para>Install <application>Nail</application> by running the following
|
||||
<para>Install <application>Nail</application> by running the following
|
||||
commands.</para>
|
||||
|
||||
<screen><userinput>make SENDMAIL=/usr/sbin/sendmail</userinput></screen>
|
||||
@ -93,10 +93,10 @@ ln -v -sf nail /usr/bin/mailx</userinput></screen>
|
||||
<para><command>make SENDMAIL=/usr/sbin/sendmail</command>: This changes the
|
||||
default MTA path of <command>/usr/lib/sendmail</command>.</para>
|
||||
|
||||
<para><command>make PREFIX=/usr install UCBINSTALL=/usr/bin/install</command>:
|
||||
This changes the default installation path of
|
||||
<filename class='directory'>/usr/local</filename> and the default
|
||||
<command>install</command> command path of
|
||||
<para><command>make PREFIX=/usr install UCBINSTALL=/usr/bin/install</command>:
|
||||
This changes the default installation path of
|
||||
<filename class='directory'>/usr/local</filename> and the default
|
||||
<command>install</command> command path of
|
||||
<filename class='directory'>/usr/ucb</filename>.</para>
|
||||
|
||||
</sect2>
|
||||
@ -107,7 +107,7 @@ ln -v -sf nail /usr/bin/mailx</userinput></screen>
|
||||
<sect3 id="nail-config">
|
||||
<title>Config Files</title>
|
||||
|
||||
<para><filename>/etc/nail.rc</filename>, <filename>~/.mailrc</filename> and
|
||||
<para><filename>/etc/nail.rc</filename>, <filename>~/.mailrc</filename> and
|
||||
<filename>~/.nailrc</filename></para>
|
||||
|
||||
<indexterm zone="nail nail-config">
|
||||
@ -149,7 +149,7 @@ ln -v -sf nail /usr/bin/mailx</userinput></screen>
|
||||
<varlistentry id="nail-prog">
|
||||
<term><command>nail</command></term>
|
||||
<listitem>
|
||||
<para>is a command-line mail user agent compatible with the
|
||||
<para>is a command-line mail user agent compatible with the
|
||||
<command>mail</command> command found on commercial Unix versions.</para>
|
||||
<indexterm zone="nail nail-prog">
|
||||
<primary sortas="b-nail">nail</primary>
|
||||
|
@ -17,15 +17,15 @@
|
||||
|
||||
<para><xref linkend="pan"/> is a GTK2 based newsreader program.</para>
|
||||
|
||||
<para><command>knode</command> is a <application>Qt</application> based
|
||||
<para><command>knode</command> is a <application>Qt</application> based
|
||||
newsreader program from <xref linkend="kdepim"/>.</para>
|
||||
|
||||
<para><command>kmail</command> is a <application>Qt</application> based mail
|
||||
<para><command>kmail</command> is a <application>Qt</application> based mail
|
||||
client from <xref linkend="kdepim"/>.</para>
|
||||
|
||||
<para><xref linkend="balsa"/> is a GTK2 based mail client.</para>
|
||||
|
||||
<para><xref linkend="mozilla"/> includes both a mail client and newsreader in
|
||||
<para><xref linkend="mozilla"/> includes both a mail client and newsreader in
|
||||
its installation.</para>
|
||||
|
||||
<para><xref linkend="thunderbird"/> is a mail/news client based on the
|
||||
|
@ -29,7 +29,7 @@
|
||||
<sect2 role="package">
|
||||
<title>Introduction to Procmail</title>
|
||||
|
||||
<para>The <application>Procmail</application> package contains an autonomous
|
||||
<para>The <application>Procmail</application> package contains an autonomous
|
||||
mail processor. This is useful for filtering and sorting incoming mail.</para>
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
@ -59,7 +59,7 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Procmail</title>
|
||||
|
||||
<para>Install <application>Procmail</application> by running the following
|
||||
<para>Install <application>Procmail</application> by running the following
|
||||
commands as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role='root'><userinput>make LOCKINGTEST=/tmp install &&
|
||||
@ -70,8 +70,8 @@ make install-suid</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><command>make LOCKINGTEST=/tmp install</command>: This prevents
|
||||
<command>make</command> from asking you where to test file-locking
|
||||
<para><command>make LOCKINGTEST=/tmp install</command>: This prevents
|
||||
<command>make</command> from asking you where to test file-locking
|
||||
patterns.</para>
|
||||
|
||||
<para><command>make install-suid</command>: Modifies permissions of
|
||||
@ -85,7 +85,7 @@ make install-suid</userinput></screen>
|
||||
<sect3 id="procmail-config">
|
||||
<title>Config Files</title>
|
||||
|
||||
<para><filename>/etc/procmailrc</filename> and
|
||||
<para><filename>/etc/procmailrc</filename> and
|
||||
<filename>~/.procmailrc</filename></para>
|
||||
|
||||
<indexterm zone="procmail procmail-config">
|
||||
@ -101,7 +101,7 @@ make install-suid</userinput></screen>
|
||||
<sect3>
|
||||
<title>Configuration Information</title>
|
||||
|
||||
<para>Recipes have to be written and placed in your
|
||||
<para>Recipes have to be written and placed in your
|
||||
<filename>~/.procmailrc</filename> for execution. The procmailex man
|
||||
page is the starting place to learn how to write recipes.</para>
|
||||
|
||||
@ -153,7 +153,7 @@ make install-suid</userinput></screen>
|
||||
<varlistentry id="mailstat">
|
||||
<term><command>mailstat</command></term>
|
||||
<listitem>
|
||||
<para>prints a summary report of mail that has been filtered by
|
||||
<para>prints a summary report of mail that has been filtered by
|
||||
<command>procmail</command> since the last time <command>mailstat</command>
|
||||
was ran.</para>
|
||||
<indexterm zone="procmail mailstat">
|
||||
@ -165,7 +165,7 @@ make install-suid</userinput></screen>
|
||||
<varlistentry id="procmail-prog">
|
||||
<term><command>procmail</command></term>
|
||||
<listitem>
|
||||
<para>is an autonomous mail processor. It performs all the functions
|
||||
<para>is an autonomous mail processor. It performs all the functions
|
||||
of an MDA (Mail Delivery Agent).</para>
|
||||
<indexterm zone="procmail procmail-prog">
|
||||
<primary sortas="b-procmail">procmail</primary>
|
||||
|
@ -29,7 +29,7 @@
|
||||
<sect2 role="package">
|
||||
<title>Introduction to Slrn</title>
|
||||
|
||||
<para><application>slrn</application> is a slang-based news reader, capable of
|
||||
<para><application>slrn</application> is a slang-based news reader, capable of
|
||||
reading local news spools as well as groups from an NNTP server. Small local news
|
||||
spools can also be created with the use of the <command>slrnpull</command>
|
||||
program included in the <application>slrn</application> distribution.</para>
|
||||
@ -74,7 +74,7 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Slrn</title>
|
||||
|
||||
<para>Install <application>slrn</application> by running the following
|
||||
<para>Install <application>slrn</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
|
||||
@ -91,12 +91,12 @@ make install</userinput></screen>
|
||||
switches enable building the <command>slrnpull</command>
|
||||
executable.</para>
|
||||
|
||||
<para><option>--with-ssl</option>: This switch adds
|
||||
<application>OpenSSL</application> support to
|
||||
<para><option>--with-ssl</option>: This switch adds
|
||||
<application>OpenSSL</application> support to
|
||||
<application>slrn</application>.</para>
|
||||
|
||||
<para><option>--with-uudeview</option>: This switch adds
|
||||
<application>UUDeview</application> support to
|
||||
<para><option>--with-uudeview</option>: This switch adds
|
||||
<application>UUDeview</application> support to
|
||||
<application>slrn</application>.</para>
|
||||
|
||||
</sect2>
|
||||
@ -123,12 +123,12 @@ make install</userinput></screen>
|
||||
<sect3>
|
||||
<title>Configuration Information</title>
|
||||
|
||||
<para>The first time <command>slrn</command> is run, the
|
||||
<filename>~/.jnewsrc</filename> file must be created. For this configuration
|
||||
<para>The first time <command>slrn</command> is run, the
|
||||
<filename>~/.jnewsrc</filename> file must be created. For this configuration
|
||||
to work, you must have an environmental variable, <envar>NNTPSERVER</envar>,
|
||||
set. In normal operation it would be exported into the environment by a startup file,
|
||||
like <filename>/etc/profile</filename> or <filename>~/.bashrc</filename>. Here it
|
||||
is just put it into the environment of the configuration step. For now, the LFS news
|
||||
set. In normal operation it would be exported into the environment by a startup file,
|
||||
like <filename>/etc/profile</filename> or <filename>~/.bashrc</filename>. Here it
|
||||
is just put it into the environment of the configuration step. For now, the LFS news
|
||||
server is used in this example, but you should use whatever server you prefer.</para>
|
||||
|
||||
<para>Create the <filename>~/.jnewsrc</filename> file with the following
|
||||
@ -142,9 +142,9 @@ make install</userinput></screen>
|
||||
</indexterm>
|
||||
|
||||
<para>You will also have to edit one of the configuration files. There is a sample
|
||||
startup <filename>/usr/share/doc/slrn/slrn.rc</filename> file that comes with
|
||||
startup <filename>/usr/share/doc/slrn/slrn.rc</filename> file that comes with
|
||||
<application>slrn</application>. It is extensively documented but if you need more
|
||||
information, look at <ulink url="http://slrn.sourceforge.net/docs/">the
|
||||
information, look at <ulink url="http://slrn.sourceforge.net/docs/">the
|
||||
<application>slrn</application> website</ulink>.</para>
|
||||
|
||||
</sect3>
|
||||
|
Loading…
Reference in New Issue
Block a user