glfs/server/mail/exim/exim-config.xml
Tushar Teredesai 98d18589d8 More bootscript changes
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1937 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-03-27 07:16:16 +00:00

35 lines
1.1 KiB
XML

<sect2>
<title>Configuring Exim</title>
<sect3><title>Config files</title>
<para><filename>/etc/exim.conf</filename>, <filename>/etc/aliases</filename></para>
</sect3>
<sect3><title>Configuration Information</title>
<para>Create the Exim configuration files with the following commands:</para>
<screen><userinput><command>cat &gt;&gt; /etc/aliases &lt;&lt; "EOF"</command>
postmaster: root
MAILER-DAEMON: root
<command>EOF
exim -v -bi &amp;&amp;
/usr/sbin/exim -bd -q1m</command></userinput></screen>
<note><para>To protect an existing <filename>/etc/aliases</filename>
file, we will append these aliases to it if it exists. This file
should be checked and duplicate aliases removed, if
present.</para></note>
<para>To automate the running of exim at startup,
install <filename>/etc/rc.d/init.d/exim</filename>
init script included in the <xref linkend="intro-important-bootscripts"/> package.</para>
<screen><userinput><command>make install-exim</command></userinput></screen>
</sect3>
</sect2>