git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17734 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2016-09-05 11:56:40 +00:00
parent 2a589b08b7
commit 3a49c0b4a2
3 changed files with 20 additions and 7 deletions

View File

@ -32,7 +32,7 @@
<para><application>Re-alpine</application> is the continuation of Alpine;
a text-based email client developed by the University of Washington.</para>
&lfs79_checked;
&lfs7a_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing='compact'>

View File

@ -43,7 +43,7 @@
Transport Agent written by the University of Cambridge, released
under the GNU Public License.</para>
&lfs79_checked;
&lfs7a_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -274,10 +274,23 @@ install -v -d -m750 -o exim -g exim /var/spool/exim</userinput></screen>
<sect3>
<title>Configuration Information</title>
<para>A default (nothing but comments) <filename>/etc/aliases</filename>
file is installed during the package installation if this file did not
exist on your system. Create the necessary aliases and start the
<application>Exim</application> daemon using the following commands:</para>
<para>
Review the file <filename>/etc/exim.conf</filename>, and modify any
settings to suit your needs. Note that the default configuration
assumes that the <filename class="directory">/var/mail</filename>
directory is world writable, but has the stiky bit set. If you want
to use the default configuration, issue as the <systemitem
class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>chmod -v a+wt /var/mail</userinput></screen>
<para>
A default (nothing but comments) <filename>/etc/aliases</filename>
file is installed during the package installation if this file did not
exist on your system. Create the necessary aliases and start the
<application>Exim</application> daemon using the following commands:
</para>
<screen role="root"><userinput>cat &gt;&gt; /etc/aliases &lt;&lt; "EOF"
<literal>postmaster: root

View File

@ -33,7 +33,7 @@
and highly configurable FTP daemon. This is useful for serving large
file archives over a network.</para>
&lfs79_checked;
&lfs7a_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">